Skip to content

BOOL type

turrnut edited this page Dec 28, 2024 · 1 revision

bool is one of the three basic data types in SIMAS that represents a boolean value. It can be either true or false.
To define a variable with the type bool:

set bool isAlive true;

SIMAS Logo

Clone this wiki locally