Syntax: @MESSAGE(X, S)
X = an expression
S = a string
@MESSAGE evaluates string S, displays S in the Control/Status area and beeps if X evaluates non-zero. The return value of the function is set to the value of X.
Examples:
@MESSAGE(@HOUR(@NOW) > 17, ``Time to go home!'')