Lingo Dictionary > S > symbolP()

 

symbolP()

Syntax

Expression.symbolP
symbolP(expression)

Description

Function; determines whether the expression specified by expression is a symbol (TRUE) or not (FALSE).

The P in symbolP stands for predicate.

Example

This statement checks whether the variable myVariable is a symbol:

put myVariable.symbolP

See also

ilk()