TAL Reference Summary

Statements
TAL Reference Summary
096256 Tandem Computers Incorporated 45
Scan Statement The SCAN or RSCAN statement scans sequential bytes for a test character from left to
right or from right to left, respectively.
SCAN
–>
variable
RSCAN
WHILE
UNTIL
test-char
next-addr
053
STACK Statement The STACK statement loads values onto the register stack.
,
STACK
expression
054
STORE Statement The STORE statement removes values from the register stack and stores them into
variables.
STORE
,
variable
055
USE Statement The USE statement reserves an index register for your use.
USE
056
,
identifier