fork download
  1. USING: formatting io kernel locals math math.functions math.parser ;
  2. IN: math
  3. MATH: mod ( x y -- z ) foldable flushable
  4.  
  5. readln string>number
  6. 2
  7. mod
  8. number>string print
Success #stdin #stdout 1.37s 164864KB
stdin
5
stdout
1