RosettaCodeData/Task/Literals-Integer/PL-I/literals-integer.pli
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

4 lines
201 B
Text

12345
'b4'xn /* a hexadecimal literal integer. */
'ffff_ffff'xn /* a longer hexadecimal hexadecimal integer. */
1101b /* a binary integer, of value decimal 13. */