fork download
  1. USING: io kernel math math.parser ;
  2.  
  3. readln string>number
  4. dup
  5. dup
  6. 3
  7. *
  8. *
  9. number>string print
Runtime error #stdin #stdout 0.19s 163968KB
stdin
10
stdout
300
Quotation's stack effect does not match call site
quot      [ readln string>number dup dup 3 * * number>string print ]
call-site (( -- ))