5 lines
66 B
Text
5 lines
66 B
Text
not=: -.
|
|
and=: <.
|
|
or =: >.
|
|
if =: (>. -.)"0~
|
|
eq =: (<.&-. >. <.)"0
|