Author Topic: what is #lookahead ?  (Read 1067 times)

0 Members and 1 Guest are viewing this topic.

chrisc

  • Guest
what is #lookahead ?
« on: April 14, 2018, 05:00:02 PM »

i have seen this metastatement other users were using,  what is #lookahead ?

what does it do?

JRS

  • Guest
Re: what is #lookahead ?
« Reply #1 on: April 14, 2018, 05:55:39 PM »
It allows you to call functions you define later in your code.

chrisc

  • Guest
Re: what is #lookahead ?
« Reply #2 on: April 14, 2018, 06:17:06 PM »
Thanxx John

JRS

  • Guest
Re: what is #lookahead ?
« Reply #3 on: April 14, 2018, 06:28:35 PM »
In Script BASIC you have to use the CALL keyword for functions defined later.