Oxygen Basic
Programming => Problems & Solutions => Topic started by: chrisc on April 14, 2018, 05:00:02 PM
-
i have seen this metastatement other users were using, what is #lookahead ?
what does it do?
-
It allows you to call functions you define later in your code.
-
Thanxx John
-
In Script BASIC you have to use the CALL keyword for functions defined later.