leap year by ttmh

(loop(format t"~D is ~@[not ~]a leap year.
"(set'y(read))(or(>(mod y 4)0)(<(mod y 100)1(mod y 400)))))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page