Logical vectors are usually the result of operations carried out on other vectors. Common logical operators are >,<, and == among others.

How might we check if x is longer than y?

Awesome work! We use the > to see if the value on the left is greater than the one on the right.

Almost! Might it be the > symbol?