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

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

Made more progress in developing convertToWiki and added some files.

Line 
1 void main()
2 {
3    // static int[] curly = {1, 2, 3}; // {} is for initializing structs.
4        
5     static int[] def = [1, 2, 3];
6    
7 }
Note: See TracBrowser for help on using the browser.