How is that? zero_type() would still work the same way on single value arguments.
Well, anyway - I won't push this. It was just a thought. Perhaps a bad one.
/ Peter Lundqvist (disjunkt)
Previous text:
2003-09-28 01:49: Subject: Re: zero_type();
making zero_type() do this by default is probably not a good idea, because you could got a similar problem when using ||, a better idea might just be to create a short alias:
function zt=zero_type;
if(zt(foo) || zt(bar) || zt(baz))...
greetings, martin.
/ Brevbäraren