30 Jul
2003
30 Jul
'03
6:06 p.m.
Evan Simpson wrote:
With prefixes, the simpler "here/getSomeObject/call:/someAttribute" gets the job done.
FWIW, I'd write this as "here/call:getSomeObject/someAttribute". I suppose it's possible to support both. One interesting difference is that my syntax says both "get an attribute" and "call it", while yours says only "call it". Mine is a method call, while yours is a function call. Shane