Difference between revisions of "Octal Numbers"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
<!-- GIDEROSOBJ:Octal Numbers --> | <!-- GIDEROSOBJ:Octal Numbers --> | ||
− | ''' | + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]]<br/> |
− | ''' | + | '''Available since:''' Gideros 2017.10<br/> |
− | |||
− | |||
− | |||
− | <b>0o</b>OctalPattern | + | === Description === |
− | === | + | Octal number representation. |
− | + | ||
− | <syntaxhighlight lang="lua"> | + | <b>0o</b>OctalPattern, enter a number in octal format |
+ | |||
+ | === Examples === | ||
+ | <syntaxhighlight lang="lua"> | ||
a=0o10 -- a = 8 | a=0o10 -- a = 8 | ||
− | a=0o112 -- a = 74</syntaxhighlight> | + | a=0o112 -- a = 74 |
− | + | </syntaxhighlight> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} |