Something like system(PAUSE) like in C++ under windows?
Gregor Kopp
gk at cutcopy.com
Thu May 24 05:58:56 PDT 2007
Maybe this?
import std.stdio;
int main(char[][] args)
{
printf("Print any key to quit this...");
getch;
return 0;
}
More information about the Digitalmars-d
mailing list