Logical Operator
flowchart LR Start[Start] Stop[Stop] Start ---> And([<tt>and</tt>]) ---> Stop Start ---> Or([<tt>or</tt>]) ---> Stop Start ---> Xor([<tt>xor</tt>]) ---> Stop Start ---> In([<tt>in</tt>]) ---> Stop Start --> NotIn1([<tt>not</tt>]) ---> NotIn2([<tt>in</tt>]) --> Stop style Start fill:#44E style Stop fill:#E44
⏱ Last Modified: 2/15 10:06:11 am