The command callfunction performs a function (function).
In the example above, function double_value has been declared, that encapsulates the command mathematicaloperation which doubles the value of the variable $(iNumber).
The command callfunction calls the function double_value.
To display the value of the variable $(iNumber), which is an integervariable, you need to convert your type to stringvariable using the command inttostring.