std.ps.environ

std.ps

environ() -> 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.