6 lines
86 B
WDTE
6 lines
86 B
WDTE
let s => import 'stream';
|
|
|
|
s.new 0 (+ 1)
|
|
-> s.map (io.writeln io.stdout)
|
|
-> s.drain
|
|
;
|