POV-Ray : Newsgroups : povray.documentation.inbuilt : Pov help 3.6.1 : Re: Pov help 3.6.1 Server Time
4 May 2024 11:31:58 EDT (-0400)
  Re: Pov help 3.6.1  
From: Darren New
Date: 20 Aug 2004 20:30:02
Message: <4126978a$1@news.povray.org>
Phil Cook wrote:
> Should perhaps be:
> If Low_Value >= Switch_Value

I've found a very effective way of preventing this sort of error is to 
never use > or >=.

A <= B && B <= C means "B is between A and C".

now() < saved() + 15
means if the close is before fifteen minutes after the saved time.

Etc.


Post a reply to this message

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