fork download
  1. (let [b 20 a 2]
  2. (pr
  3. (if (< b a)
  4. "b > a"
  5. "b < a")))
Success #stdin #stdout 0.85s 214656KB
stdin
Standard input is empty
stdout
"b < a"