Barry Scott writes:
> if x > 10
> and x < 20:
> do_in_range()
>
> rather then
>
> if( x > 10
> and x < 20 ):
> do_in_range()
You could write
if x > 10 \
and x < 20:
do_in_range()
--
Tom Emerson Basis Technology Corp.
Software Architect http://www.basistech.com
"Beware the lollipop of mediocrity: lick it once and you suck forever"