var (int)->int f; function int f1(int x) x; if false then f := f1; f := f fi; var int[] arr; arr := [2,2]; print(arr[0]+arr[1]);