USING: kernel sequences locals io formatting strings math math.functions math.parser ; IN: main "Hello, World" print :: loop ( i -- ) iota "%d " printf ; readln string>number iota [ dup loop ] each
30
Hello, World The word loop cannot be executed because it failed to compile Stack effect declaration is wrong inferred (( x x -- )) declared (( i -- ))