RosettaCodeData/Task/Logical-operations/Zkl/logical-operations.zkl
2017-09-25 22:28:19 +02:00

3 lines
57 B
Text

fcn f(a,b){a and b}
fcn g(a,b){a or b}
fcn h(a){(not a)}