RosettaCodeData/Task/Arrays/GML/arrays-1.gml

5 lines
60 B
Plaintext

array[0] = ' '
array[1] = 'A'
array[2] = 'B'
array[3] = 'C'