RosettaCodeData/Task/Bitwise-operations/Erlang/bitwise-operations-2.erl
2023-07-01 13:44:08 -04:00

6 lines
155 B
Erlang

255 band 170 = 170
255 bor 170 = 255
255 bxor 170 = 85
not 255 = -256
255 bsl 170 = 381627307539845370001346183518875822092557105621893120
255 bsr 170 = 0