Previous Lesson: Comparison operators
Logical operators are similar to math and conditionals in Flogram, but boolean operators take in two boolean values and return another boolean value.
Logical Operators include:
and, or, xor
Last updated on Jun 07, 2024
Next Lesson: Boolean Operators