exit ( : : : )

Terminate HDevelop.

exit terminates HDevelop. The operator is aquivalent to the menu File -> Quit. Internally and for exported C++ code the C-function call exit(0) is used.


Example
read_image (Image, 'fabrik')
intensity (Image, Image, Mean, Deviation)
open_file ('intensity.txt', 'output', FileHandle)
fwrite_string (FileHandle, Mean + ' ' + Deviation)
close_file (FileHandle)
exit ()

Result

exit returns 0 (o.k.) to the calling environment of HDevelop = operating system.


Parallelization Information

exit is reentrant, local, and processed without parallelization.


See also

stop


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH