>   Pilots[ansistring] AssociativeArray of record
>      name:string;
>      height:integer;
>      weight:integer;
>   end;
>   
actually, in keeping the syntax reasonably pure, it would probably be
better

Pilots[ansistring:5] Array of

which would make it so you could mix array types easily and in evil ways
like Pilots[ansistring:5,6]

and reference it Pilots['george',2]

...
anyway.  it's less.. important, and more convenient.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to