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