Lower or equal to <=
¶
The <=
function is used to compare two values. It returns true
if the first value is lower 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 lower than or equal to the second value, otherwise it returns false
.