POV-Ray : Newsgroups : povray.general : The Language of POV-Ray : Re: The Language of POV-Ray Server Time
10 Aug 2024 21:05:34 EDT (-0400)
  Re: The Language of POV-Ray  
From: Nigel Stewart
Date: 16 Mar 2000 06:32:01
Message: <38D0C5E2.B9451FEF@nigels.com>
> for j = 1 to 10 step 1
> 
> for i = 1 to 10 step 1
> 
> if (i = 4) and (j = 2) and keypressed(E or e) then i = 2 and j =
> 4
> 
> next i
> 
> next j

A nice example of obscure programming.  However, computer
science is not about protecting programmers from their
own stupidity.

--
Nigel Stewart (nig### [at] nigelscom)
Research Student, Software Developer
Y2K is the new millenium for the mathematically challenged.


Post a reply to this message

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