array-init
{
ARRAY-INIT, ...}
Creates an array which begins with the declared arrays as it's values and the number of them as its size.{
EXPRESSION, ...}
Creates an array which begins with the evaluated values of the given expressions as it values, and the number of them as its size.
ProfessorJ Advanced Language