Here the logical operator GT is being be used to test if
!height is greater than
!width.
Each expression has a type such as REAL,
STRING or
BOOLEAN. All the elements in an expression must be of the correct type. For example:
is meaningless if !X is
REAL and will result in an error. (But see
Concatenation for using the concatenation operator to convert different types to
STRING.)