exit

exit program


Parameters

exit 

Attributes

args:integeruse given error code

Returns

  • :nothing

Examples

copy
exit ; (terminates the program)

copy
exit.with: 3 ; (terminates the program with code 3)

Related