Logical 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

Terminal