Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of CommentsExampleTwo

Show
Ignore:
Author:
nascent (IP: 67.110.217.136)
Timestamp:
05/30/10 20:10:11 (14 years ago)
Comment:

Updated to be version agnostic.

Legend:

Unmodified
Added
Removed
Modified
  • CommentsExampleTwo

    v1 v2  
    4040+/ 
    4141 
    42 char[] someString; 
     42string someString; 
    4343 
    4444/+  
    6363int main() 
    6464{ 
    65     char[] someOtherString = someString; 
     65    string someOtherString = someString; 
    6666 
    6767    int anotherInt = usefulInteger;