3 lines
73 B
Text
3 lines
73 B
Text
(while true
|
|
(print (let x (rand-int 0 20)))
|
|
(when (= x 10) (break)))
|
(while true
|
|
(print (let x (rand-int 0 20)))
|
|
(when (= x 10) (break)))
|