RosettaCodeData/Task/Short-circuit-evaluation/Logo/short-circuit-evaluation.logo
2023-07-01 13:44:08 -04:00

2 lines
80 B
Text

and [notequal? :x 0] [1/:x > 3]
(or [:x < 0] [:y < 0] [sqrt :x + sqrt :y < 3])