Literals/Integer: Difference between revisions

Content deleted Content added
Line 564:
<lang PL/I>
12345
'b4'xn /* a hexadecimal literal integer. */
'ffff_ffff'xn /* a longer hexadecimal hexadecimal integer. */
1101b /* a binary integer, of value decimal 13. */
</lang>