array int[10]; //optionally, add a braced list of values. E.g. array int[10]{1, 2, 3}; array[1] = 42; SysLib.writeStdout(array[1]);