On Wednesday, 15 April 2015 at 20:59:25 UTC, Steven Schveighoffer wrote: > with(app) > { > put(var); > put("bar"); > put(more); > put("stuff"); > } > > -Steve Awesome.