QuitWithStatus

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
quit [ with status <Status> ]
Associationscom.livecode.system
Summary

Quit the application

Example
-- Quit, indicating that the application ran successfully (code 0)
quit

-- Quit, with a specific error code
quit with status 42
Description

Exit the program immediately and unconditionally, returning a status number to the operating system. If no status is provided, the default value of 0 is used.

Tagssystem