Alan Storm\'s comments in response to my answer regarding the with statement got me thinking. I\'ve seldom found a reason to use this particular language feature, and had ne
You can use with to introduce the contents of an object as local variables to a block, like it's being done with this small template engine.
with