gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gm2 internal compiler error report


From: Benjamin Kowarsch
Subject: Re: gm2 internal compiler error report
Date: Fri, 15 Mar 2024 01:22:03 +0900


Since you mentioned you wanted the code to be portable across PIM and ISO ...

On Fri, 15 Mar 2024 at 00:03, Alice Osako wrote:

TYPE
   Octet = PACKEDSET OF CARDINAL [0 .. 0FFH];

PACKEDSET is only available in ISO but not PIM.

Portable across PIM and ISO would be:

TYPE Octet = CARDINAL [0 .. 255];

regards
benjamin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]