Skip to content

Miscellaneous Functions

Julius Paffrath edited this page Jul 15, 2019 · 2 revisions

isString(VAR)

Returns TRUE if the given variable is a STRING.

isNumber(VAR)

Returns TRUE if the given variable is a NUMBER.

isBool(VAR)

Returns TRUE if the given variable is a BOOLEAN.

isList(VAR)

Returns TRUE if the given variable is a LIST.

isDictionary(VAR)

Returns TRUE if the given variable is a DICTIONARY.

random(NUMBER:NUMBER)

Returns a random floating number in the given range. The given numbers are included in the range.

exit(NUMBER)

Terminates the interpreter and returns the given number to the operating system.