Fundamentals of BASIC

From NSB App Studio
Revision as of 00:05, 10 December 2013 by Ghenne (talk | contribs) (Created page with "= Variables = == Naming == The following list shows some variable names that are allowed by AppStudio: <pre> text LLAMAS Jupiter W1Spec SouthPark </pre> And some that are no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Variables

Naming

The following list shows some variable names that are allowed by AppStudio:

text
LLAMAS
Jupiter
W1Spec
SouthPark

And some that are not allowed:

1table          'starts with a number 
X&Ycords        'uses special character & 
first counter   'has a space 
%correct        'does not start with a letter
print           'Keyword

Variables

Numeric

Booleans

Colors

Strings

Arrays

Collections

Objects

Classes

Control structures

Importing VB code

A few interesting statements