On Mon, Mar 28, 2011 at 10:28 AM, Rhythmic Fistman <rfist...@gmail.com> wrote:
>
> How would I write that if statement?
>
> I tried
> if(1 == 1) then {
> ...
> } else {} endif;
>
> and it got confused.
>
> I used 1 == 1 because I don't know what true is called. And also
> because Java errors if your constant boolean expression is too "easy".
>
> Is there a "true"?  Java has beaten

There is indeed a "true", as well as a "false", is it not working for you?

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and publish 
your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to