Keyword | Definition |
---|---|
< | comparison operator which checks if the first value is less than the second value |
= | comparison operator which checks if two values are the same as each other |
> | comparison operator which checks if the first value is greater than the second value |
comparison operator | a type of operator which compares two values |
operator | a symbol that performs an operation such as + (add) or - (subtract) |