Docs of my()

Ilya Zakharevich <[email protected]> Tue, 9 Jul 2024 14:50:25 -0700
Newsgroups gmane.comp.mathematics.pari.devel
Message-ID <[email protected]>
Is there any documentation of how my(…) is actually parsed?  I can see
that
       my([x,y,z]=[3,4,5]);
and
       my(f(x)=x+1);
are actually “fulfilling the ‘best expectations’” — but not
       my(x=y=List());

Thanks,
Ilya