Difference between revisions of "Octal Numbers"

From GiderosMobile
Line 21: Line 21:
 
=== <translate>Constants</translate> ===
 
=== <translate>Constants</translate> ===
 
|}
 
|}
 +
 +
{{GIDEROS IMPORTANT LINKS}}

Revision as of 03:24, 13 February 2020


Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.png
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