JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(bxor 3 6) # => 5 # 011 (3) # xor 110 (6) # ------- # 101 (5)