Oxygen Basic
Information => Development => Topic started by: Brian Alvarez 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. :)
-
Your best reference for O2 limits is in José Roca docs.
-
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?
-
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.