RosettaCodeData/Task/Logical-operations/Lambdatalk/logical-operations.lambdatalk
2023-07-01 13:44:08 -04:00

3 lines
125 B
Text

{and true true true false true} -> false
{or true true true false true} -> true
{not true} -> false