Description: Checks if the first value is less than or equal to the second.
Example
let isLessOrEqual = 5 5 // isLessOrEqual = true
Description: Checks if the first value is less than or equal to the second.
let isLessOrEqual = 5 5 // isLessOrEqual = true