|
Given f() that returns multiple values, is t[f()] intended to access
all those values? Because then we have the classic
propagation-of-multiple-values problem that gave you such grief with
string.gsub.
I think I'd need to see more elaborate code snippets to decide if this
is useful, or just cute...