Tagged Questions
8
votes
3answers
163 views
More complicated key definitions in loops/for each statements
While writing a package with a key-value interface,
I had a lot of repetitive key definitions.
Naturally, one would like to express these definitions with a loop.
When the definition contains ...