[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
variable number of arguments to functions
From: |
Noel Yap |
Subject: |
variable number of arguments to functions |
Date: |
Sun, 09 Nov 2003 14:53:41 -0500 |
Is there a way for me to write a function that has no maximum number of
arguments? For example, I'd like to be able to do:
$(call exec-commands,echo bar, ls foo)
$(call exec-commands,echo another, ls this, ls that)
$(call exec-commands,echo one more, ls aoeu, ls ueoa, ls snth)
and so on.
Thanks,
Noel
- variable number of arguments to functions,
Noel Yap <=