7 lines
162 B
Text
7 lines
162 B
Text
do.while [
|
|
make "list random_balls 10
|
|
] [dutch? :list]
|
|
|
|
print (sentence [Start list:] arraytolist :list)
|
|
print (sentence [Sorted:] arraytolist dutch :list)
|
|
bye
|