FORCES TO READ VALUES FROM THE LABEL L
ACTION
The command RESTORE_LABEL forces to read values from the label L.
SYNTAX:
RESTORE_LABEL
USE ERROR EXAMPLE
label restorelb
dim a
data 1,2
restorelb:
data 3,4
read a:print a
read a:print a
read a:print a
read a:print a
print
restore_label restorelb
read a:print a
read a:print a
RESTORE_LABEL
RESTORE_LABEL L
SEE ALSO
DATA
READ
RESTORE_LABEL