fork download
  1. USING: io kernel math math.parser ;
  2.  
  3. readln string>number
  4. 3*
  5. number>string print
Runtime error #stdin #stdout 0.19s 159232KB
stdin
3
stdout
./prog.factor

4: 3*
     ^
No word named “3*” found in current vocabulary search path