RosettaCodeData/Task/Loops-Break/Icon/loops-break-3.icon
2023-10-02 18:11:16 -07:00

3 lines
73 B
Text

(while true
(print (let x (rand-int 0 20)))
(when (= x 10) (break)))