Tintware Documentation : Tint Programming Language : Tint Reference : System Primitives : tint.haltSyntax#(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. |