Difference between revisions of "Octal Numbers"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 11: | Line 11: | ||
=== <translate>Examples</translate> === | === <translate>Examples</translate> === | ||
'''Simple examples'''<br/> | '''Simple examples'''<br/> | ||
− | < | + | <syntaxhighlight lang="lua"> |
a=0o10 -- a = 8 | a=0o10 -- a = 8 | ||
a=0o112 -- a = 74</source> | a=0o112 -- a = 74</source> |