Circle Calculator Help

Alexander alexander at alexandermohn.com
Tue Jun 26 13:40:23 PDT 2012


I'll probably put in this alternative:

> void wait()
> {
>     char[] a;
>     while(a != "A")
>     {
>         writeln("Type A to continue!");
>         stdin.readln(a);
>     }

Thanks!


More information about the Digitalmars-d-learn mailing list