Has anybody come up with an easy way to write functions or handlers that are 
synonyms for other functions/handlers where both take a variable number of 
parameters?

If I want to have a handler "a" and synonym "aardvark", I would normally write

on a name
   aardvark name
end a

on aardvark name
   answer "I'm an aardvark named"&&name
end aardvark


Now imagine doing that while supporting a variable number of parameters.

Sent from my iPhone
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to