| Ilya Zakharevich on Tue, 09 Jul 2024 23:50:31 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Docs of my() |
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