smaller

x < y

smaller(x, y)

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

Try it yourself:

All functions