valueof

The valueof function

The valueof(arg) compiler function returns the value of the constant expression you pass into it. The syntax of the valueof function is shown below.

 set argval, valueof(4+3*2) // argval == 10

Generated by  doxygen 1.6.2