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