mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
19 lines
276 B
Plaintext
19 lines
276 B
Plaintext
1
|
|
200
|
|
True
|
|
200
|
|
254
|
|
False
|
|
248
|
|
1
|
|
1234567890
|
|
255
|
|
65535
|
|
4294967295
|
|
18446744073709551615
|
|
1/1: Building Bits (Bits.idr)
|
|
Main> ["1", "200", "248", "1", "255", "200", "254"]
|
|
Main> ["True", "False"]
|
|
Main> ["255", "65535", "4294967295", "18446744073709551615"]
|
|
Main> Main> Bye for now!
|