Next Previous Up Top Contents Index

9.4 The OPERATING-SYSTEM module

exit-application

Function

Summary

Terminates execution of the running application.

Signature

exit-application status => ()

Arguments

status
An instance of <integer>.

Values

None.

Library

system

Module

operating-system

Description

Terminates execution of the running application, returning the value of status to whatever launched the application, for example an MS-DOS window or Windows 95/NT shell.

See also

run-application, page 190


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index