env

.env name:{String} -> Any

Retrieves the value of an environment variable.

Example:

.env {HOME}

Return

the value of the environment variable as a string, or none if not set

Parameters

name

name of the environment variable to look up

Permissions

process
to access environment variables

Wiki page

environment