(* testing var declarations *) i: int; k, l: int; x: char; A[0..2][0..3]: int; Y[0..4], w, Z[9..10]: char; main(): void { k : int; k = 3 }