POV-Ray : Newsgroups : povray.off-topic : Lamp me one : Re: Lamp me one Server Time
11 Oct 2024 03:15:44 EDT (-0400)
  Re: Lamp me one  
From: Joel Yliluoma
Date: 13 Feb 2008 03:06:55
Message: <slrnfr598v.6l7.bisqwit@bisqwit.iki.fi>
On 5 Feb 2008 10:36:30 -0500, Warp wrote:
> echo
>  'hello ' .
>  $user .
>  ", how are you?\n";

Or rather:

echo
  'hello ',
  $user,
  ", how are you?\n";

Or in this case:
  echo "Hello, $user, how are you?\n";

Interesting article touching the issue:
http://blog.libssh2.org/index.php?/archives/28-How-long-is-a-piece-of-string.html

-- 
Joel Yliluoma - http://iki.fi/bisqwit/


Post a reply to this message

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