<div dir="ltr"><div dir="ltr">On Tue, Aug 9, 2022 at 8:37 AM Hans Klaver <<a href="mailto:hklaver@dds.nl">hklaver@dds.nl</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Concerning this I found out that only OBNC requires a variable as first parameter of EXCL and INCL, and disallows SYSTEM.VAL in its place; Wirth's OR and the Astrobe compiler have no problem with SYSTEM.VAL as first parameter of these procedures. So for instance they accept the following (Astrobe with a warning 'type cast !'):<br>
<br>
  VAR i: INTEGER;<br>
  ...<br>
  EXCL(SYSTEM.VAL(SET, i), 5)<br>
  RETURN i<br><br></blockquote><div><br></div><div>However, the Astrobe compiler does not always generate correct code for this type of example. Following the reasoning in my previous posts on this subject I have decided to report this (and any use of SYSTEM.VAL passed to a VAR parameter of a procedure) as an error in the next release of the Astrobe compilers.</div><div><br></div><div>Regards,</div><div>Chris Burrows</div><div>CFB Software</div><div><a href="https://www.astrobe.com">https://www.astrobe.com</a></div><div><br></div></div></div>