Bool

A boolean value is either the word true or the word false. These values are typically used in cases where you need to specify whether something is "on" or "off," or "yes" or "no."

In Megalo, you can also use an integer constant. Non-zero values are interpreted as "true," while zero values are interpreted as "false."