Return if an year is a leap year or not.
fun [I] I
Return : I 1 if the year is a leap year, 0 if not and nil if error
fun main ()= _showconsole; _fooId _scienceDateLeapYear 2012; // 1 0;;