- :nothing
exit
exit program
Parameters
exit
Attributes
args | :integer | use given error code |
Returns
Examples
copyexit ; (terminates the program)
copyexit.with: 3 ; (terminates the program with code 3)
exit
args | :integer | use given error code |
copyexit ; (terminates the program)
copyexit.with: 3 ; (terminates the program with code 3)