Qs: The list of arguments, wrapping functions...
1. Is there a way for a function to refer generically to all its actual arguments as a list? ?I'm thinking of something like the @_ array in Perl or the arguments variable in JavaScript. ?(By "actual" I mean the ones that were actually passed, as opposed to its formal arguments, as returned by formals()).
match.call ? Hadley