Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 1 and Version 2 of PythonChallenge3Native

Show
Ignore:
Author:
jpelcis (IP: 68.112.60.116)
Timestamp:
08/29/06 22:24:35 (18 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonChallenge3Native

    v1 v2  
    3030                        else 
    3131                                Stdout.print("" ~ text[i]); 
     32        Stdout.flush(); 
    3233} 
    3334}}} 
    9394                        else 
    9495                                Stdout.print("" ~ text[i]); 
     96        Stdout.flush(); 
    9597}}} 
    9698 
    97 Print the character to the screen
     99Print the character to the screen and flush upon completion