Octal integer literals

An octal integer literal begins with the digit 0 and contains any of the digits 0 through 7.

Read syntax diagramSkip visual syntax diagramOctal integer literal syntax
 
      .--------------.
      V              |
>>-0----digit_0_to_7-+-----------------------------------------><
 

The following are examples of octal integer literals:

0 
0125 
034673 
03245


[ Top of Page | Previous Page | Next Page | Contents | Index ]