JanetDocsPlaygroundI'm feeling luckyGitHub sign in

os/environ



    cfunction
    src/core/os.c on line 1157, column 1

    (os/environ)

    Get a copy of the OS environment table.


1 exampleSign in to add an example
Loading...
(get (os/environ) "HOME")  # => "/Users/cell"
(os/getenv "HOME")  # => "/Users/cell"
cellularmitosisPlayground