envcontextΒΆ

class envcontext

The environment context

Members

Functions:

string|{string} value get ( [ string name ] ) Get a context variable value, or all context variables
string|nil value getenv ( string name ) Get a context variable value, or the base environment if missing from the context

Documentation

string|{string} value get ( [ string name ] )

Get a context variable value, or all context variables

Arguments:

  • name The name of the variable to query, or nil for all variables

Return:

  • value The result value(s)


string|nil value getenv ( string name )

Get a context variable value, or the base environment if missing from the context

Arguments:

  • name The name of the variable to query

Return:

  • value The result value