Function Reference
— Function File: is_leap_year (year)

Return 1 if the given year is a leap year and 0 otherwise. If no arguments are provided, is_leap_year will use the current year. For example,

          is_leap_year (2000)
                1