sys

Functions for interacting with the system.

Summary
sysFunctions for interacting with the system.
Variables
argsContains the command line arguments passed to the current process when it started.
Functions
exitReturn to the operating system immediately with the given exit code.

Variables

args

Contains the command line arguments passed to the current process when it started.

Functions

exit

DECLARE NATIVE FUNCTION exit(x: Number)

Return to the operating system immediately with the given exit code.

DECLARE NATIVE FUNCTION exit(x: Number)
Return to the operating system immediately with the given exit code.
Close