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