isVariableDefined() Function

The isVariableDefined() function returns whether the specified variable has an associated value in the Gramar context

Argument Kind Required Purpose
varname string yes a variable name

Usage and examples

Place a …

Return to index