root/trunk/src/tutorials/examples/init/init3.d

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

Made more progress in developing convertToWiki and added some files.

Line 
1 void main()
2 {
3
4     int a, b = a = 7;
5
6 //  a = b = 7;
7
8     printf("%d\t%d\n", a, b);
9
10    
11 }
Note: See TracBrowser for help on using the browser.