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;