|
|
The command interpreter allows to define various element types, variables, arguments, functions, etc:
|
Numeric
|
Every entity defined as Numeric is a Real Number Therefore there is no difference between Integers and decimal numbers, they are considered to be Numeric . The decimal separator in this programming language is always considered to be the dot "."
|
|
String
|
Define an element as string For example, the maximum length of the returned value from a function of type String is about 64.000 characters.
|
|
Boolean
|
Define an element as string The element defined as Boolean could assume only True or False values.
|
|
Variant
|
This is the default element type, if no other type is defined. The element could be any format (Numeric, string, Boolean)
|
|
|