Literals/Integer: Difference between revisions

m
Line 1,660:
base they were previously. The default base is decimal. )</lang>
 
If a new compiler directive akin to <code>hex</code> is required, say to allow occasional octal literals in the form <code>octal 457777</code>, the compiler can be extended like this;
 
<lang Quackery> [ 8 base put
1,496

edits