Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 238 Bytes

os.md

File metadata and controls

19 lines (10 loc) · 238 Bytes

os

module

env

func env name

Returns an Optional value of the environment variable.

exit

func exit code

Exits the whole program with the given exit code.