Relational Operator
flowchart LR Start[Start] Stop[Stop] Start --> EQ([<tt>=</tt>]) --> Stop Start --> NE([<tt><></tt>]) --> Stop Start --> GT([<tt>></tt>]) --> Stop Start --> GE([<tt>>=</tt>]) --> Stop Start --> LT([<tt><</tt>]) --> Stop Start --> LE([<tt><=</tt>]) --> Stop
⏱ Last Modified: Tue 3:09:18 pm