Small Basic Keywords

Small Basic only has a few keywords (also called reserved words) that have a special meaning to the compiler. There are 14 keywords and another 2 operators (And, Or), totaling 16 reserved words.

A list of Small Basic keywords is shown below.

If, Then, Else, ElseIf, EndIf, For, To, Step, EndFor, While, EndWhile, Sub, EndSub, Goto, And, Or

As you’ll discover during your learning journey, you’ll be able write some pretty powerful programs using this handy handful of keywords!

Learn more about Small Basic: https://blogs.msdn.com/b/smallbasic/

Small and Basically yours,

   - Ninja Ed & Majed Marji