%VARNAME%
- Added in
- v0.9.10
Contains the variable name.
Example
// Outputs the name together with the value
foreach(env)
log("%VARNAME%: %%VARNAME%%")
next
%VARNAME%
Contains the variable name.
// Outputs the name together with the value
foreach(env)
log("%VARNAME%: %%VARNAME%%")
next