Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
6
Task/Bitwise-operations/Oforth/bitwise-operations.oforth
Normal file
6
Task/Bitwise-operations/Oforth/bitwise-operations.oforth
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
: bitwise(a, b)
|
||||
a b bitAnd println
|
||||
a b bitOr println
|
||||
a b bitXor println
|
||||
a bitLeft(b) println
|
||||
a bitRight(b) println ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue