POV-Ray : Newsgroups : povray.off-topic : Programming style question - specifically Python : Re: Programming style question - specifically Python Server Time
29 Jul 2024 20:27:19 EDT (-0400)
  Re: Programming style question - specifically Python  
From: Warp
Date: 22 Aug 2011 11:04:59
Message: <4e52701a@news.povray.org>
Darren New <dne### [at] sanrrcom> wrote:
> bool_b = bool_a ? min(...) : false

  That seems to have redundancy. How about:

bool_b = bool_a || min(...);

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.