larger

x > y

larger(x, y)

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

Try it yourself:

All functions