Difference between revisions of "Octal Numbers"
From GiderosMobile
Line 2: | Line 2: | ||
'''Supported platforms:''' android, ios, mac, pc<br/> | '''Supported platforms:''' android, ios, mac, pc<br/> | ||
'''Available since:''' Gideros 2017.10<br/> | '''Available since:''' Gideros 2017.10<br/> | ||
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Octal number representation.<br /><br /> | Octal number representation.<br /><br /> | ||
<b>0o</b>OctalPattern   Enter a number in octal format.<br /></translate> | <b>0o</b>OctalPattern   Enter a number in octal format.<br /></translate> | ||
− | === Examples === | + | === <translate>Examples</translate> === |
'''Simple examples'''<br/> | '''Simple examples'''<br/> | ||
<source lang="lua"> | <source lang="lua"> | ||
Line 14: | Line 14: | ||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Methods === | + | === <translate>Methods</translate> === |
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Events === | + | === <translate>Events</translate> === |
− | === Constants === | + | === <translate>Constants</translate> === |
|} | |} |
Revision as of 07:26, 24 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 |