Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.

Previous page Description of syntax  Description of procedures Next page


All variables in the system are string variables.

To compare string variables and values use bool strequal (string1,string2) function. The strequal function returns the nonzero value if strings are equal (see Description of functions section).

To do integer operations use str(string1) function (see Description of functions section).

  • No labels