fork download
  1. USING: formatting io kernel locals math math.functions math.parser ;
  2. IN: main
  3. "Hello, World" printf
  4. :: loop ( i -- )
  5. "%d " i printf
  6. ;
  7.  
  8. readln string>number
  9. loop
Runtime error #stdin #stdout 1.31s 164864KB
stdin
30
stdout
Hello, WorldThe word loop cannot be executed because it failed to compile

Cannot apply “printf” to an input parameter of a non-inline word
macro printf