Checks whether an integer is even.
even(x)
x
Integer.
Logical value (TRUE or FALSE). TRUE means that the value is even.
even(3)