[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to determine if all arguments are nil?
- From: Tim Hunter <TimHunter@...>
- Date: Thu, 28 Jun 2007 21:41:15 -0400
Michael Broughton wrote:
I suspect that 2 is the best (and probably the fastest) way to do
this. If you really don't want to create a table, then try one of these:
Thanks for your advice! I think I'll go with next{...} == nil for
simplicity. My preference for avoiding table creation is simply a
preference, not a requirement.