RosettaCodeData/Task/Literals-Integer/Cherrycake/literals-integer.cherrycake

4 lines
169 B
Text
Raw Permalink Normal View History

2023-07-18 13:56:46 -07:00
515142 # Interpretted as an integer, 515142
0b10111011 # Interpretted as a binary integer, 10111011 (187)
0x0AB3 # Interpretted as a binary integer, 0AB3 (2739)