POV-Ray : Newsgroups : povray.off-topic : You lose some... : Re: You lose some... Server Time
7 Sep 2024 03:19:26 EDT (-0400)
  Re: You lose some...  
From: andrel
Date: 5 Oct 2008 09:54:55
Message: <48E8C77C.9060509@hotmail.com>
On 05-Oct-08 15:51, Fredrik Eriksson wrote:
> On Sun, 05 Oct 2008 15:36:45 +0200, andrel <a_l### [at] hotmailcom> 
> wrote:
>>>
>> Didn't we code that more like out.append("0" + c[i]) just to confuse 
>> the readers?
> 
> Nitpick: It has to be '0', not "0".

Yeah I remembered too late.

> You could also do it like this:
>     out += c[i]["01"];

Is that C or C++?

> If you were in a particularly foul mood, you could write it like this:
>     out += c??(i??)??("01"??);
what += does??(that??)??("Mean"??)


Post a reply to this message

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