orce exit, possible?

Kelet kelethunter at gmail.com
Thu Nov 21 11:38:18 PST 2013


On Thursday, 21 November 2013 at 19:27:51 UTC, seany wrote:
> is there a keyword like exit, that i can call  in any function 
> to force the code to exit with a particular status to the shell?
>
> I tried the word exit itself, it did not work

C's exit function should be available to you if you
import std.c.stdlib;


More information about the Digitalmars-d-learn mailing list