![]() Since it is already possible to use a string subscript to get the value of a scope member (i.e. foo["bar"] being the same as foo.bar, but [] allowing expression evaluation), this ensures that `defined(foo["bar"])` works as `defined(foo.bar)` as well. |
||
---|---|---|
.. | ||
patches | ||
src/out | ||
Makefile |