Go to: Synopsis. Return value. Related. MEL examples.

Synopsis

env

env is undoable, queryable, and editable.

Returns the names of the global variables currently declared in MEL.

Return value

string[]

In query mode, return type is based on queried flag.

Related

getenv, putenv

MEL examples

string $globalVars[] = `env`;