Go to: Synopsis. Return value. Related. MEL examples.
env
env is undoable, queryable, and editable.
Returns the names of the global variables currently declared in MEL.string[]
In query mode, return type is based on queried flag.
string $globalVars[] = `env`;