In ST, you can use a function call as an operand.
Example:
Result := Fct(7) + 3;
TIME() function
This function yields the time (in milliseconds) that has elapsed since system boot.
The data type is TIME.
Example in ST:
systime := TIME();
See also