[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Re: GM2 ISO
From: |
Gaius Mulley |
Subject: |
[Gm2] Re: GM2 ISO |
Date: |
03 Jun 2003 20:06:28 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Iztok <address@hidden> writes:
> 4. Following fails while by ISO should not:
>
> MODULE case;
>
> VAR r1 : RECORD CASE :CARDINAL OF (* case without tag field has this
> syntax by ISO *)
> 0 : v1 : CARDINAL;
> | 1 : v2 : INTEGER;
> ELSE END END;
>
> VAR r2 : RECORD CASE CARDINAL OF
> | 0 : v1 : CARDINAL; (* pipe is allowed before first
> record field by ISO *)
> | 1 : v2 : INTEGER;
> ELSE END END;
>
> BEGIN
> END case.
Hi Iztok,
now fixed, it will be in CVS tomorrow morning,
Gaius
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gm2] Re: GM2 ISO,
Gaius Mulley <=