-
Notifications
You must be signed in to change notification settings - Fork 1
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;
Copyright (c) 2024-2025 Turrnut
