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

Changes between Version 4 and Version 5 of TextLineExample

Show
Ignore:
Author:
tarun (IP: 59.94.195.253)
Timestamp:
12/07/09 01:32:51 (14 years ago)
Comment:

A small fix (auto source = r"one\ntwo\nthree";) to (auto source = "one\ntwo\nthree";)

Legend:

Unmodified
Added
Removed
Modified
  • TextLineExample

    v4 v5  
    1212void main() 
    1313{ 
    14         auto source = r"one\ntwo\nthree"; 
     14        auto source = "one\ntwo\nthree"; 
    1515 
    1616        // split into an array