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