RosettaCodeData/Task/Loops-Break/Icon/loops-break-3.icon

4 lines
73 B
Text
Raw Permalink Normal View History

2023-10-02 18:11:16 -07:00
(while true
(print (let x (rand-int 0 20)))
(when (= x 10) (break)))