[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [new feature proposal for versions after 5.0 final] passing argum ents to chunks
- From: Gunnar Zötl <gz@...>
- Date: Fri, 21 Feb 2003 10:12:25 +0100
BG> buffer defines is done by calling it. My suggestion is to enable argument
BG> passing, as is possible for any "regular" function call (currently it is
BG> possible to call the resulting function with arguments, but of course these
BG> are ignored because the chunk has no means to access them). Of course this
BG> requires a syntax addition which could look like :
BG> chunkparams <param list>
I like the idea, but I'd rather use the arg[] array for parameter
passing.
Gunnar