POV-Ray : Newsgroups : povray.off-topic : Don't update : Re: Don't update Server Time
28 Jul 2024 14:30:05 EDT (-0400)
  Re: Don't update  
From: clipka
Date: 11 Oct 2014 21:40:12
Message: <5439dbfc$1@news.povray.org>
Am 11.10.2014 06:27, schrieb Bald Eagle:
> Jim Henderson <nos### [at] nospamcom> wrote:
>
>> (Because.) * 5000
>
> tsk. tsk.
> That's only one very large scalar Because.
>
> #version 3.7;
> #include "debug.inc"
>   Set_Debug (true)
> #debug "Because, "
> #declare Word = 2;
> #while (Word < 5000)
>       #debug "because, "
>       #declare Word = Word + 1;
> #end

Tsk, tsk... did we not learn our new language features?
1000 extra words on the topic of the "#for" loop.

> #debug ".  :D"

Parse Error: Expected "the wonderful wizard of Oz", found "."


Post a reply to this message

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