POV-Ray : Newsgroups : povray.off-topic : snicker : snicker Server Time
1 Oct 2024 07:20:09 EDT (-0400)
  snicker  
From: Darren New
Date: 8 Apr 2008 22:12:04
Message: <47fc25f4$1@news.povray.org>
I do love it when someone is *subtle* about it...

 From the erlang FAQ:
"""
The solution is usually to use case instead. Case is used much more 
frequently than if in most Erlang programs:

issue_warning() ->
   case os:type() of
     {win32, windows} ->
        ok = io:fwrite("you are using windows\n");
      _ -> ok = io:fwrite("no problem\n")
   end.
"""

I even read that a couple times before I realized it was a bash. :-)

-- 
   Darren New / San Diego, CA, USA (PST)
     "That's pretty. Where's that?"
          "It's the Age of Channelwood."
     "We should go there on vacation some time."


Post a reply to this message

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