4 lines
86 B
Text
4 lines
86 B
Text
;; Will print 10 distinct, arbitrary numbers.
|
|
arr visit {
|
|
Kernel id printObject.
|
|
}.
|