Program Statements

Statements are individual instructions to Scripter that carry out a specific operation. Statements are case insensitive and are typically written one to a line. To enter two or more statements on the same line, separate the statements with colons. For example:

a = 5 : b = 5 * a

 

Scripter BASIC requires flow control statements (IF, WHILE, DO, etc.) and declaration statements (DIM, PUBLIC, TYPE, SUB, etc) to be placed on a line by themselves.

See Also

Scripter BASIC Language

Object Hierarchy

Object List