Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : System Primitives : tint.halt

Syntax

#(tint.halt)
#(tint.halt,%result)

The process will exit; if %result is specified, it must be a number and will be the exit code of the process, otherwise, the exit code will be zero.