RosettaCodeData/Task/Literals-Integer/Dylan/literals-integer.dylan
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

4 lines
126 B
Dylan

42 // a decimal integer
#x2A // a hexadecimal integer
#o52 // an octal integer
#b101010 // a binary integer