std.ps
environ() -> vars
vars
Get raw environment strings from the process
Returns the raw process environment as an array of "NAME=VALUE" strings (one per variable). To get a parsed name → value table, use std.environ() instead.
"NAME=VALUE"
name → value
std.environ()