TAL Reference Manual

TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-39
STORE Statement
STORE Statement
The STORE statement removes values from the register stack and stores them into
variables.
USE Statement
The USE statement reserves an index register for your use.
WHILE Statement
The WHILE statement is a pretest loop that repeatedly executes a statement while a
condition is true.
Standard Functions
The following syntax diagrams describe standard functions in alphabetic order.
$ABS Function
The $ABS function returns the absolute value of an expression. The returned value
has the same data type as the expression.
STORE variable
,
VSTB092.vsd
USE identifier
,
VSTB093.vsd
WHILE condition DO
statement
VSTB094.vsd
$ABS ( expression )
VSTB095.vsd