fork download
  1. oddeven(X) := 0 is mod(X, 2), write(even), nl.
Success #stdin #stdout 0.03s 6204KB
stdin
oddeven(2).
stdout
Standard output is empty