1 2 3 4 5 6 7 8 9
main():int { x:int[] = {5, 10, 15} x[0] = 20 return x[0] } //@PRACOWNIA //@out Exit code: 20