let s => import 'stream'; s.new 0 (+ 1) -> s.map (io.writeln io.stdout) -> s.drain ;