a <- (read)
b <- (read)
prn (if (a < b)
: "a is less than b"
(a > b)
: "a is greater than b"
:else
: "a equals b")