pub fn exit(status: Int) -> Nil
Exit the program with the given status code
gleave.exit(1) // exits with status code 1