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
»
Information
»
Development
»
System constants
« previous
next »
Print
Pages: [
1
]
Author
Topic: System constants (Read 1035 times)
0 Members and 1 Guest are viewing this topic.
Brian Alvarez
Guest
System constants
«
on:
November 22, 2018, 03:02:15 PM »
I seem to recall that there is a system constant like intmax or something, that would return the highest
integer number possible. Do i remember correctly? If so, where can i see what other constans are there?
Thanks.
Logged
JRS
Guest
Re: System constants
«
Reply #1 on:
November 22, 2018, 04:08:57 PM »
Your best reference for O2 limits is in José Roca docs.
Logged
Charles Pegge
Guest
Re: System constants
«
Reply #2 on:
November 23, 2018, 09:09:24 PM »
There aren't any system constants in
o2
to speak of (apart from pi)
cr
and
tab
would be helpful for small programs.
sizeof(sys)
could be useful in dual-platform code.
what constants would be useful to you, Brian?
Logged
Brian Alvarez
Guest
Re: System constants
«
Reply #3 on:
November 23, 2018, 10:54:23 PM »
Dont worry about that Charles. I already managed to add all the system constants myself.
It was just that i am kind of sure i recall seeing a post of you talking about a constant that
does that. Oh well, maybe i read it somwhere else.
Logged
Print
Pages: [
1
]
« previous
next »
Oxygen Basic
»
Information
»
Development
»
System constants