gleave

Functions

pub fn exit(status: Int) -> Nil

Exit the program with the given status code

Examples

gleave.exit(1) // exits with status code 1
Search Document