DataType:bool

From MacroQuest Wiki

Description

A Boolean expression is one that has just two possible outcomes: 1 (TRUE) and 0 (FALSE). (Technically TRUE doesn't have to be 1, but it's always treated that way.)

This is quite possibly the simplest DataType in MQ2.

Members

To String "TRUE" for non-zero, or "FALSE" for zero

See Also