Source: utils/date_time/is_leap.pro
is_leap Return 1 if a year is a bissextile, 0 otherwise. Usage: leap = is_leap(year) Argument: year int The year to check. History: Original: 14/12/99; SJT