Boolean Operators

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

Terminal