Initialized record fields_(re)

Sat, 21 Jun 1997 17:23:20 +0200 (MET DST)


According to A.A. Olowofoyeku:
> 
> [...]  I *need* to be able to do
> something like;
> 
> Type r = record
>      foo : integer value 24;
>      bar : char value 'B';
> end;

The syntax

    Type
      R = record
        foo: Integer;
        bar: char;
      end (* R *) value ( foo: 24; bar : 'B' );

is intended to yield what you expect.
But it seems to be broken at the moment,
so please be patient ...

    Peter

 Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer
peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [970201]
 maintainer GNU Pascal [970510] - http://home.pages.de/~gnu-pascal/ [970125]


Peter Gerwinski (peter@agnes.dida.physik.uni-essen.de)

HTML conversion by Lluís de Yzaguirre i Maura
Institut de Lingüística Aplicada - Universitat "Pompeu Fabra"
e-mail: de_yza@upf.es