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

Changes between Version 2 and Version 3 of ArgParserExample

Show
Ignore:
Author:
larsivi (IP: 85.221.53.194)
Timestamp:
10/15/07 08:10:34 (16 years ago)
Comment:

Fixed another import

Legend:

Unmodified
Added
Removed
Modified
  • ArgParserExample

    v2 v3  
    2020import tango.io.Stdout; 
    2121import tango.io.FileConduit; 
    22 import tango.text.LineIterator; 
     22import tango.text.stream.LineIterator; 
    2323 
    2424void main(char[][] args)