RosettaCodeData/Task/Bitwise-operations/CoffeeScript/bitwise-operations-2.coffee

8 lines
57 B
CoffeeScript
Raw Permalink Normal View History

2013-04-10 16:19:29 -07:00
> coffee foo.coffee
and 2
or 10
xor 8
not -11
<< 40
>> 2