/* Check Array Init */

Int bob[5] := { 0, 1, 2, 3, 4 };

Print(bob[3]);
