Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
break                 Exit innermost loop
case                  Significance of upper and lower case
comment               Entering a comment into a SALT file
continue              Transfer control to top of innermost loop
do                    Loop while expression true, test at end of loop
expression            The expression (often the assignment) statement
expressions           Expressions and how to write them
for                   Loop while condition true with count variable
functions             Defining functions in SALT
goto                  Transfer control to another statement
if                    The if (conditional execution) statement
integer constant      Definition of an integer constant
integer variable      Defining an integer variable
operators             Operators and their precedence
return                Return control to calling program or Telix
statements            Definition of a SALT statement
string constant       Definition of a string constant (& control chars)
string variable       Defining a string variable
structure             Overall SALT program structure
variables             Definition of variables and variable names
while                 Loop while expression true, test at top of loop

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson