This article is for listing sample code of each property/operation/event/keyword in Microsoft Small Basic programming language. Links are not completed. Please add your simple sample codes.KeywordsThere are sample codes also in the Small Basic Environment (IDE) help for those 14 keywords. ...
Small Basic Example: Leap Year Checker 项目 2015/03/17 本文内容 Overview Assignment Code Output Examples 显示另外 2 个 Leap Year Checker Overview For example, let’s say you want to create a program that checks whether a given year’s a leap year or not. It’s a leap year if...
Code Output Examples Explanation Leap Year CheckerOverviewFor example, let’s say you want to create a program that checks whether a given year’s a leap year or not. It’s a leap year if the year’s evenly divisible by 4. But if it’s evenly divisible by 100, then it also needs...
For each statement [Function], [Syntax], [Versions], [Description], [Example] are described. Especially, the sample codes were very useful to learn BASIC. But for Small Basic, there is not simple sample code for each operation/property/etc.. So, I'd like to suggest everyone here to ...
Announcing Small Basic Online 1.0 - Public PreviewPlease kick the tires of our new Public Preview of Small Basic Online 1.0! What's up on our website...Date: 02/08/2019Play with Morse Code in Small Basic (2)I'm continuing to develop Morse Telegraph Key. And Tryhest shared his Morse ...
Small Basic Subroutines - Abstraction and Information Hiding Small Basic Files Small Basic Keywords Small Basic - The Properties of the TextWindow Object Small Basic - The If-ElseIf Ladder Small Basic - Goto Loops Small Basic - Spaghetti Code Small Basic Example - Evaluating Math Functions Small ...
Dummy Code Combo Box Show 6 more This article shows how to convert Visual Basic program to Small Basic manually. As an example, a Visual Basic program [[articles:MasterMind Game]] is used to show them here. Introduction Small Basic is a program language for beginners...
Each character is identified internally by a 'character code' or number, often called ASCII or UNICODE number. We often want to form one string from others or query a string to see what it contains. Text methods The following is a brief summary of the Small Basic Text object methods with...
Here is Chris code example of FORM's usage. As you can see, it requires knowledge of buttons and their properties. Also be forewarned this code will create the file: f.frm. I may have modified a few items playing with the code since Chris had posted it. ...
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and gr