Another minor problem:
--
begin
  for ch in S do Writeln(ch);
end.
--
Results in:

t.pp(2,10) Error: Identifier not found "ch"
t.pp(2,15) Error: Identifier not found "S"
t.pp(2,28) Error: Identifier not found "ch"
t.pp(2,29) Error: Can not find an enumerator for the type "<erroneous type>"

IMHO the last two errors are not needed.

-- 
Alexander S. Klenin
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to