Greater than or equal to >=
¶
The >=
function is used to compare two values. It returns true
if the first value is greater than or equal to the second value, otherwise it returns false
.
>=
¶The >=
function is used to compare two values. It returns true
if the first value is greater than or equal to the second value, otherwise it returns false
.