Difference between revisions of "Octal Numbers"

From GiderosMobile
Line 13: Line 13:
 
a=0o112 -- a = 74</source>
 
a=0o112 -- a = 74</source>
 
{|-
 
{|-
| style="width: 50%;"|
+
| style="width: 50%; vertical-align:top;"|
 
=== Methods ===
 
=== Methods ===
| style="width: 50%;"|
+
| style="width: 50%; vertical-align:top;"|
 
=== Events ===
 
=== Events ===
 
=== Constants ===
 
=== Constants ===
 
|}
 
|}

Revision as of 15:29, 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

 
a=0o10 -- a = 8
a=0o112 -- a = 74

Methods

Events

Constants