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

Changes between Version 3 and Version 4 of AnonymousFunctionExample

Show
Ignore:
Author:
nascent (IP: 67.110.193.99)
Timestamp:
03/03/06 20:41:10 (18 years ago)
Comment:

Added comment

Legend:

Unmodified
Added
Removed
Modified
  • AnonymousFunctionExample

    v3 v4  
    2020  }; //note the semi-colon at the end  
    2121 
    22   writefln(fp('A')); 
     22  writefln(fp('A')); // Prints 6 
    2323} 
    2424}}}