fork download
  1. USE: io
  2. IN: hello-world
  3.  
  4. : hello ( -- ) 2 5 * print ;
  5. MAIN: hello
Runtime error #stdin #stdout 0.18s 162368KB
stdin
Standard input is empty
stdout
./prog.factor

4: : hello ( -- ) 2 5 * print ;   
                       ^
No word named “*” found in current vocabulary search path