USING: io kernel math math.private math.parser formatting sequences prettyprint io.streams.byte-array io.streams.sequence;

IN: math
MATH: mod ( x y -- z ) foldable flushable

readln string>number
2
mod
number>string print