-
Notifications
You must be signed in to change notification settings - Fork 2
NUM Type
turrnut edited this page Dec 28, 2024
·
1 revision
num
is one of the three basic data types in SIMAS that represents a number. It can be a whole number or a decimal number.
To define a variable with the type num
:
set num variable1 10;
set num variable2 20.323;
set num variable3 -30.6632;
Copyright (c) 2024 Turrnut