Difference between revisions of "Octal Numbers"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 13: | Line 13: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
a=0o10 -- a = 8 | a=0o10 -- a = 8 | ||
− | a=0o112 -- a = 74</ | + | a=0o112 -- a = 74</syntaxhighlight> |
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| |