root/trunk/src/tutorials/examples/version/version.d

Revision 6, 246 bytes (checked in by jcc7, 3 years ago)

Made more progress in developing convertToWiki and added some files.

Line 
1 version(myCodeGeneration) version = special_attribute;
2
3 void main()
4 {
5    
6     version(special_attribute)
7     {
8         printf("whatever\n");
9         printf("something else\n");
10     }
11     printf("Everybody should see this.\n");   
12 }
Note: See TracBrowser for help on using the browser.