On Thu, Jul 07, 2005 at 12:11:53PM -0400, Chip Salzenberg wrote: > Thus, this is probably better: > > .sub "foo" > .param int beta > .param string gamma :optional(have_gamma) > .param string delta :optional(have_delta) > .param pmc epsilon :slurpy
As you might guess, this approach totally works for me. :-) Then we likely don't need any form of argument/parameter count. Pm