15 Jun
2002
15 Jun
'02
9:08 p.m.
Cserzo Miklos wrote:
the 2.1 release under SuSE 8.0 misbehaving slightly. If there is a syntax error in the code like:
.... if pass[i] in 'A'..'Z' then ...
instead of the correct version:
.... if pass[i] in ['A'..'Z'] then ...
The compilation terminates with a fatal error instead of halt and correct syntax error message.
Thanks for the report. The following should fix it. (miklos6.pas) Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html