5 lines
113 B
Text
5 lines
113 B
Text
while(true) [
|
|
19 rand dup print ":" print
|
|
10 == ifTrue: [ break ]
|
|
19 rand print " " print
|
|
]
|