Skip to content

global.env

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get a map of all environment variables

Parameters

None.

Return value

None.

Notes

Example

envMap = env
print envMap["PATH"]   // prints the system PATH environment variable

Clone this wiki locally