Relational Operators
•
"<"
- less than
•
"<=" - less than or equal to
•
">"
- greater than
•
">=" - greater than or equal to
•
"==" -
test
for equality
•
"~=" - not equal to
•
"&"
- AND
•
"|"
- OR
•
"~"
- NOT