Octal Integer

Internet Object supports octal non-fractional integer values. The octal integer may be prefixed with optional plus or minus signs and must start with 0c or 0C literal characters. It is then followed by one or more octal digits.

Chars

Char Code

Detail

-

U+2010

Minus Sign

+

U+002B

Plus Sign

0

U+0030

Zero

C

U+0043

Latin uppercase letter C

c

U+0063

Latin lowercase letter c

Octal Digits

0-7

U+0030 to U+0037

ASCII digits - zero to seven

Some of the octal integer values are...

0c421, 0C1057, 0C42, 0c5457, +0c754222, -0C454

The octal format does not support fractional non-integer values!

Last updated