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

Synopsis

env

env is undoable, NOT queryable, and NOT editable.

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

Return value

string[]Environment variables

Related

getenv, putenv

MEL examples

string $globalVars[] = `env`;