All variables in the system are string variables.
To compare string variables and values, use the bool strequal (string1,string2) function. The strequal function returns the nonzero value if strings are equal (seeĀ Description of functions).
To do integer operations, use the str(string1) function (seeĀ Description of functions).