USING: kernel sequences locals io formatting strings math math.functions math.parser ; IN: main "Hello, World" print :: loop ( i -- ) i "%d " printf ; readln string>number n iota [ dup loop ] each
30
./prog.factor
8: n iota [ dup loop ] each
^
No word named “n” found in current vocabulary search path