I want to send a pause command to the system like in C++: system("pause");Or like in Ruby: `pause`Something like that. I searched the library, but I haven't found it. I tough that it might be std.system, but it was only to check the OS at runtime.
http://dlang.org/phobos/std_process.html#.execute ?
