Browse Source
let 2foo = someexpression was silently accepted, even though 2foo is an illegal identifier. (first letter is a digit) This was especially irritating, since print 2foo has a legal meaning, 2 femto oO, which is 2e-15 (whatever Unit an oO might be) Reported by Justin Fisher in http://sourceforge.net/p/ngspice/bugs/302/pre-master-46
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue