It exists for this reason:
void bork(array(object) x) { return x->bork(); return column(x,"bork")(); return map(x,"bork"); return `()(x[*]["bork"][*]); }
Which is easier to read?
/ Fredrik (Naranek) Hubinette (Real Build Master)
Previous text:
2003-01-09 15:05: Subject: simple_array_index_no_free
The way simple_array_index_no_free handles a string index is.. umm.. creative. I wonder why it doesn't treat arrays the same way, but most of all I wonder why it exists at all.
/ Martin Stjernholm, Roxen IS