RosettaCodeData/Task/Literals-Integer/Dylan/literals-integer.dylan

5 lines
126 B
Dylan
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
42 // a decimal integer
#x2A // a hexadecimal integer
#o52 // an octal integer
#b101010 // a binary integer