Mirsad Todorovac wrote:
Please don't hate me - while writting mirsad08.pas I came to this problem: line 14 with Boolean expression fails to compile (or I don't know Pascal syntax well enough).
I fear the latter (-; though it's a common problem). In Pascal, `or' etc. have higher precedence than `=', `>' etc.
Frank