isconst

The isconst function

The isconst(arg) compiler function returns TRUE if the argument you pass into it is a constant and FALSE if it is not a constant. The syntax of the isconst function is shown below.

 set argval, isconst(4+3*2) // argval == TRUE

Generated by  doxygen 1.6.2