hello,
i would like to know two things:
1. is it right, that gps is not compatible to standardpascal in this respect, that it does not look for the right part of a statement like the below, if the first part is true?
if (j > a) or (i[b] > a) then ...
so that there will be no mistake, if in the example (j > a) is true and b is out of border of the definition of the arrayindex of i[]?
2. what does the option --pedantic do?
michael paap