Commands
env
Go to:
Return value
.
Related commands
.
Examples
.
Synopsis
env
Returns the names of the global variables currently declared in MEL.
Return value
string[]
Related commands
getenv
,
putenv
Examples
string $globalVars[] = `env`;