RosettaCodeData/Task/Literals-Integer/Julia/literals-integer.julia

3 lines
51 B
Plaintext

julia> 0b1011010111 == 0o1327 == 0x2d7 == 727
true