Oxygen Basic

Programming => Problems & Solutions => Topic started by: chrisc on April 14, 2018, 05:00:02 PM

Title: what is #lookahead ?
Post 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?
Title: Re: what is #lookahead ?
Post by: JRS on April 14, 2018, 05:55:39 PM
It allows you to call functions you define later in your code.
Title: Re: what is #lookahead ?
Post by: chrisc on April 14, 2018, 06:17:06 PM
Thanxx John
Title: Re: what is #lookahead ?
Post by: JRS on April 14, 2018, 06:28:35 PM
In Script BASIC you have to use the CALL keyword for functions defined later.