Var
A1 : Array[1..10] Of Integer; A2 : Array[1..10] Of Integer; Begin A1:=A2; { This statement gives also this error, it is due the strict type checking of pascal } End. |
Tenum = (a,b,e:=5);
|
you cannot use the Succ or Pred functions on them.
Tenum = (a,b,e:=5);
|
you cannot use it as index of an array.