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
»
Example Code
»
SimpleWindow Game
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: SimpleWindow Game (Read 4145 times)
0 Members and 1 Guest are viewing this topic.
Charles Pegge
Guest
Re: SimpleWindow Game
«
Reply #15 on:
April 21, 2013, 07:34:04 AM »
Hi John, OxygenBasic supports both local and static. Local is the default scope inside o2 functions, and global is the default scope outside of functions. Static is the only scope you have to make explicit.
So
float vAtom
==
local float vAtom
Logged
Print
Pages:
1
[
2
]
« previous
next »
Oxygen Basic
»
Programming
»
Example Code
»
SimpleWindow Game