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