/
Reserved Words
Reserved Words
AND | ENDSUB | LINE_NUM | RND |
CREATEOBJECT | ENDWHILE | M* | STEP |
DIM | EXIT | NEXT | STOP |
EACH | EXITWHILE | NOT | SUB |
EACH | FALSE | OBJFUN | TAB |
ELSE | FOR | OR | THEN |
END | FUNCTION | POS | TO |
ENDFOR | GOTO | TRUE | |
ENDFUNCTION | IF | REM | TYPE |
ENDIF | INVALID | RETURN | WHILE |
* Although M
is not strictly a reserved word, it should not be used as an identifier outside of its intended purpose.
, multiple selections available,
Related content
Program Statements
Program Statements
More like this
Variables, Literals, and Types
Variables, Literals, and Types
More like this
BrightScript Versions
BrightScript Versions
More like this
Built-In Functions
Built-In Functions
More like this
Garbage Collection
Garbage Collection
More like this
Global Functions
Global Functions
More like this