1 2constraint let { 3 array[int] of int: x = [1, 2, 3, 4] 4 } in ( 5 length(x) = 4 6 ); 7 8solve satisfy; 9 10output ["Ok"];