in reply to Re^2: Logic expression evaluation not working. What am I doing wrong?
in thread Logic expression evaluation not working. What am I doing wrong?
It's a package variable, not a closure. In a sense it's a global variable, but notionally private to the package. There are other ways it could be done, but for a "simple" example it is expedient and not totally terrible.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Logic expression evaluation not working. What am I doing wrong?
by Anonymous Monk on Jan 08, 2016 at 23:37 UTC |