table of contents
other languages
other sections
exit(3tcl) | Tcl Built-In Commands | exit(3tcl) |
NAME¶
exit - 結束應用(程式)
總覽 SYNOPSIS¶
exit ?returnCode?
描述 DESCRIPTION¶
終止程序,向系統返回 returnCode作為退出狀態。如果沒指定 returnCode 則它預設為 0。
參見 SEE ALSO¶
exec(n), tclvars(n)
關鍵字 KEYWORDS¶
exit, process
[中文版維護人]¶
寒蟬退士
[中文版最新更新]¶
2001/06/21
《中國 Linux 論壇 man 手冊頁翻譯計劃》:¶
跋¶
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
Tcl |