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
»
Bugs & Feature Requests
»
#case, not sure if working
« previous
next »
Print
Pages: [
1
]
Author
Topic: #case, not sure if working (Read 2111 times)
0 Members and 1 Guest are viewing this topic.
kryton9
Guest
#case, not sure if working
«
on:
June 19, 2011, 08:41:01 PM »
Code: OxygenBasic
#case
sensitive
#autodim
n = 10
f = 42.249
'OK
print
"n " n
print
"f " f
'ERROR
N = 234
print
"N " N
Logged
Print
Pages: [
1
]
« previous
next »
Oxygen Basic
»
Programming
»
Bugs & Feature Requests
»
#case, not sure if working