Code: Alles auswählen
StartFelder : Array[1..4,1..4] of TPoint =
(
(
(1,1),(1,2),(2,1),(2,2)
)
(
(10,1),(11,1),(10,2),(11,2)
)
(
(1,10),(2,10),(1,11),(2,11)
)
(
(10,10),(11,10),(10,11),(11,11)
)
);
Code: Alles auswählen
progtypes.pas(24,11) Fatal: Syntax error, "identifier" expected but "ordinal const" found