env

Added in
v0.9.10

Iterates over all available variables

Example

// Outputs the name together with the value
foreach(env)
    log("%VARNAME%: %%VARNAME%%")
next

Variables