Difference between revisions of "Octal Numbers"

From GiderosMobile
Line 7: Line 7:
  
 
<b>0o</b>OctalPattern &emsp; Enter a number in octal format.<br />
 
<b>0o</b>OctalPattern &emsp; Enter a number in octal format.<br />
 +
=== Examples ===
 +
'''Simple examples'''<br/>
 +
<source lang="lua"><br />
 +
a=0o10 -- a = 8
 +
a=0o112 -- a = 74</source>
 
{|-
 
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|

Revision as of 11:38, 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

<br /> 
a=0o10 -- a = 8
a=0o112 -- a = 74

Methods

Events

Constants