= READ END
The READ END
function allows you to know if you have reached the last value
to read with the READ
command. If the function returns true, this means that
the next READ
command will ignore the read.
IF READ END THEN RESTORE ENDIF
See also the following example files:
R#Ee
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!