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

Changeset 2136

Show
Ignore:
Timestamp:
05/02/07 21:40:58 (2 years ago)
Author:
kris
Message:

updated doc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/io/Buffer.d

    r2134 r2136  
    176176        --- 
    177177        Cout ("what is your name?") (); 
    178         Cout ("hello ")(Cin.get).newline; 
     178        auto name = Cin.get; 
     179        Cout ("hello ")(name).newline; 
    179180        --- 
    180181