Skip to content

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;

SIMAS Logo

Clone this wiki locally