Description: Checks if the first value is less than or equal to the second.

Example #

let isLessOrEqual = 5 <= 5  // isLessOrEqual = true