how to terminate a program

dsimcha dsimcha at yahoo.com
Fri Oct 24 18:41:09 PDT 2008


== Quote from james (james at google.com)'s article
> how to terminate the program in the middle of execution, is there any command
such as halt,exit? since i dont use exception for error handling.

Use C's.  It's in std.c.stdlib.  It's called exit, takes an int and returns the
exit code provided by the caller to the OS upon termination.



More information about the Digitalmars-d mailing list