| American Citizen on Wed, 17 Apr 2024 00:36:10 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: simple question on why indice variables are not counted as variables for gp2c-run command |
okay, will do, I have lots of gp programs to change to my() instead of local().
thanks for the tip
Also I advise to use my() instead of local() unless you have specific reason. my() variable are statically-scoped, which is less likely to cause bugs.