smallerEq

x <= y

smallerEq(x, y)

Check if value x is smaller or equal to value y. Returns true if x is smaller than y, and false if not.

Try it yourself:

All functions