FiM++ Wiki
Register
Advertisement
Icon Ambig
  This page is lacking examples. Please provide some!

A boolean operator is a type of operator which combines logic values to form another.

Standard boolean operators are:

By definition, these operators can only accept two inputs. However, these can be concatenated e.g.

The order of execution is the same as the order of input. For instance, "true or false and true" is semantically the same as "

(true || false) && true

".

See also[]


Icon Info
This article is a stub. You can help FiM++ Wiki by expanding it.
Advertisement