Environment.variableOrConstExists

Searches the entire Environment stack for a variable starting with the current environment and climbing the parent chain.

class Environment
bool
variableOrConstExists
(
in string name
)

Parameters

name string

The name of the variable to look for.

Return Value

Type: bool

True if the variable is found, otherwise false.

Meta