On Wed, May 22, 2002 at 01:04:53PM -0600, Scott Wiersdorf wrote:
> My shortest try is this (10 characters w/o whitespace):
> 
>     if( $a%2 .. $a-- ) {
>         do_something();
>         ...
>     }

I put the ellipses in there after the do_something() because there's
more to do after the do_something. It really is a block of statements
(though I don't care how they're executed, as long as it's done in
order). The ideas posted so far are excellent, but don't take the
blockish nature of this structure into account (of course, tmtowtdi).

Scott
-- 
Scott Wiersdorf
[EMAIL PROTECTED]

Reply via email to