一個成功的拳擊手, 就是在眾多的打擊和跌倒後爬起來。人生亦如是。
function isLeapYear (year): if ((year modulo 4 is 0) and (year modulo 100 is not 0)) or (year modulo 400 is 0) then true else false