cfunction (os/environ) Get a copy of the os environment table.
(get (os/environ) "HOME") # => "/Users/cell" (os/getenv "HOME") # => "/Users/cell"