module runnable; import std.stdio; void main(string args[]) { writeln("use <> widget to continue: just click 'Send'"); stdout.flush; readln; writeln("type ENTER in the field"); stdout.flush; readln; writeln("it was not possible when the process was declared as a local variable..."); }