With comparison operators like =, >, and <, we can form conditions, or boolean statements.

What do you figure the condition below will return?

TRUEFALSE

Nice! The < operator compares fields or values and returns TRUE, which is a BOOL-type value.

Might it be that this condition is TRUE?