Oxygen Basic
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Latest OxygenBasic.zip at GitHub
(Click on the Wizard)
Home
Help
Search
Login
Register
Oxygen Basic
»
Programming
»
Problems & Solutions
»
what is #lookahead ?
« previous
next »
Print
Pages: [
1
]
Author
Topic: what is #lookahead ? (Read 1066 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?
Logged
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.
Logged
chrisc
Guest
Re: what is #lookahead ?
«
Reply #2 on:
April 14, 2018, 06:17:06 PM »
Thanxx John
Logged
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.
Logged
Print
Pages: [
1
]
« previous
next »
Oxygen Basic
»
Programming
»
Problems & Solutions
»
what is #lookahead ?