Standard LibraryFunctionsexitOn this pageexit exit(integer return_val) -> void Exits the Aleph interpreter with the specified return code. Parameters return_val: The exit code to return to the operating system.