RosettaCodeData/Task/Short-circuit-evaluation/Logo/short-circuit-evaluation.logo
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
80 B
Text

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