7 lines
112 B
Text
7 lines
112 B
Text
|
|
import: parallel
|
||
|
|
|
||
|
|
: testSequence
|
||
|
|
| s i |
|
||
|
|
Sequence new(0) ->s
|
||
|
|
100 loop: i [ #[ s nextValue println ] & ] ;
|