POV-Ray : Newsgroups : povray.general : The Language of POV-Ray : Re: The Language of POV-Ray Server Time
11 Aug 2024 03:34:07 EDT (-0400)
  Re: The Language of POV-Ray  
From: PoD
Date: 14 Mar 2000 14:47:06
Message: <38CE9D78.982C0E0B@merlin.net.au>
Nieminen Juha wrote:
> 
> Mark Wagner <mar### [at] gtenet> wrote:
> : #do
> :   /* Do something */
> :   #if(1 = 2)
> :     #until(a = 3)
> :   #end
> 
> : or
> 
> : #do
> :   /* Do something */
> :   #if(1 = 1)
> :     #until(a = 3)
> :   #end
> 
>   Both of those should issue an error.
> 

True, both are non nested blocks.

PoD.


Post a reply to this message

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