POV-Ray : Newsgroups : povray.off-topic : snicker : Re: snicker Server Time
1 Oct 2024 07:20:49 EDT (-0400)
  Re: snicker  
From: andrel
Date: 9 Apr 2008 01:40:12
Message: <47FC56DD.4060100@hotmail.com>
Darren New wrote:
> 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. :-)
> 
I think it is a reference to that infamous warning of a windows beta 
when you used another DOS than MS-DOS. Back in those days that MS still 
made the distinction between an OS and a GUI.


Post a reply to this message

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