array = newarray(3) //optionally, replace "newarray(5)" with a brackets list of values like "[1, 2, 3]" array[0] = 42 showln array[2]