envs

envs

envs

Function

Read system environment objects, or read system functions, standard library constructors, and system constants by name.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
nameStringNoNoneThe name of a system function, library constructor, or system constant.

Return value

TypeDescription
Object/Fn/Any/EmptyReturns the system environment object without parameters; returns the corresponding value if the name is hit; returns Empty if the name is not hit.

Example

Notes

  • System environment objects are built on demand and are not written to the user global variable table.