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

5: 3 * * - /2
             ^
No word named “/2” found in current vocabulary search path