
•You can enter an initial value for a variable by pressing the : key.
•The initial value of the parameter is applied instead when the parameter is not entered where the function is used.
•You can initialize member variables in the syntax shown below the constructor.
•Classes can have their constructors called by pressing Space.
•Arrays can be initialized additionally by pressing the : key or Space while they have initial values. If the number of initialization is less than the size of the array, the remaining arrays are initialized to the last value.
• An array of 2-byte integers can be used to input a string as a key.