sysIsLeapYear

Category: System

Syntax:

sysIsLeapYear:Int(year:Int)


Parameters

Returns

Int



Summary

Determines if a year is a leap year (returns 1 if true, 0 if false).

Takes year (year number).

Returns 1 if the specified year is a leap year, 0 otherwise.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn