Overview
Documentation | Help File | Scripter Studio | Basic Language | Overview
Current Basic syntax supports:
SUB .. END SUB and FUNCTION .. END FUNCTION declarations
BYREF and DIM directives
IF .. THEN .. ELSE .. END constructor
FOR .. TO .. STEP .. NEXT constructor
DO .. WHILE .. LOOP and DO .. LOOP .. WHILE constructors
DO .. UNTIL .. LOOP and DO .. LOOP .. UNTIL constructors
^ , * , / , AND , + , - , OR , <> , >= , ⇐ , = , > , < , DIV , MOD , XOR , SHL , SHR operators
TRY .. EXCEPT .. END and TRY .. FINALLY .. END blocks
SELECT CASE .. END SELECT constructor
array constructors, e.g. x = [ 1, 2, 3 ]
EXIT statement
access to object properties and methods, e.g. ObjectName.SubObject.Property