Difference between revisions of "Octal Numbers"
From GiderosMobile
Line 3: | Line 3: | ||
'''Available since:''' Gideros 2017.10<br/> | '''Available since:''' Gideros 2017.10<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Octal number representation.<br /><br /> | Octal number representation.<br /><br /> | ||
− | <b>0o</b>OctalPattern   Enter a number in octal format.<br /> | + | <b>0o</b>OctalPattern   Enter a number in octal format.<br /></translate> |
=== Examples === | === Examples === | ||
'''Simple examples'''<br/> | '''Simple examples'''<br/> | ||
− | <source lang="lua" | + | <source lang="lua"> |
a=0o10 -- a = 8 | a=0o10 -- a = 8 | ||
a=0o112 -- a = 74</source> | a=0o112 -- a = 74</source> |
Revision as of 13:32, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2017.10
Description
Octal number representation.
0oOctalPattern Enter a number in octal format.
Examples
Simple examples
a=0o10 -- a = 8
a=0o112 -- a = 74
Methods |
EventsConstants |