lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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