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.