Only use this function when the program hits upon an error so serious that recovery is impossible.
Class ๐ป
Interaction with the operating system.
๐ป provides several class methods that can be used to interact with the operating system. It cannot be instantiated.
Type Methods
๐
๐โ๏ธ ๐ โก๏ธ ๐จ๐๐ก๐
Returns a list of the arguments passed to the programm. Calling this method is rather expensive.
๐ณ
๐โ๏ธ ๐ณ variableName ๐ก โก๏ธ ๐ฌ๐ก
Gets an environment variable by its name. If the variable cannot be found โจ is returned.
๐ช
๐โ๏ธ ๐ช status ๐ข
Immediately exits the program with the given status code. The code may not be larger than 255 on most operating systems.
๐ฐ
๐โ๏ธ ๐ฐ โก๏ธ ๐ข
Returns the current time in seconds since the Epoch in Greenwich Mean Time.