Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

exitexitExitExitexit (算子名称)

名称

exitexitExitExitexit — Terminate HDevelop.

参数签名

exit( : : : )

Herror exit()

Herror T_exit()

void Exit()

static void HOperatorSet.Exit()

def exit() -> None

描述

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

例程 (HDevelop)

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

结果

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

参考其它

stopstopStopStopStopstop

模块

Foundation