<html><body><div class="gmail_quote">
    <div dir="ltr" class="gmail_attr">On Feb 5, 2026 at 9:54:04 PM, Martin Frb via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br></div>
    <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" type="cite">
        <div>type<br>   TMyRec = record<br>     class var<br>        z: UInt32;<br>     var  // new section, normal fields // tested 3.3.1<br>       x, y: UInt32;<br>   end;</div>
    </blockquote>
</div>
<br>
<div dir="ltr">
    oh it was a parsing issue, good find, thanks. For some reason I thought "class" could only contain one list of names.</div></body></html>