pTAL Reference Manual (H06.08+)

Syntax Summary
HP pTAL Reference Manual523746-006
A-43
FOR
FOR
More information: FOR on page 12-20
GOTO
More information: GOTO on page 12-23
IF
More information: IF on page 12-26
Note. Nonlocal GOTO statements are are inefficient and not recommended.
FOR
index
:=
initial-value
TO
DOWNTO
limit
BY
step
DO
statement
VST048.vsd
VST049.vsd
GOTO
label-name
IF
condition
THEN
statement
statement
ELSE
VST050.vsd