The following is a list of general compiler errors.
type a = (A_A,A_B,A_E=:6,A_UAS:=200); type a = (A_A,A_B,A_E=:6,A_UAS:=4);The second declaration would produce an error. A_UAS needs to have a value higher than A_E, i.e. at least 7.
while false do begin {.. code ...} end;