HomeManualTopicsTypesSymbols

std::get_environment

constructs a table holding all environment variables

Parameters

None

Result

environment: a table holding all environment variables

Example

get_environment !environment println! environment("HOME")

Output

/home/funky

Topic

Input-Output

See also

std::environment a table holding all environment variables
std::environment_variables the application's environment variables