fork download
  1. USING: formatting io kernel locals math math.functions math.parser ;
  2. IN: main
  3. "Hello, World" printf
  4. :: loop ( i -- )
  5. ;
  6.  
  7. readln string>number
  8. loop
Runtime error #stdin #stdout 1.31s 164864KB
stdin
Standard input is empty
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