[futurebasic] Re: [FB] Re: FBtoC Errors

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2009 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Sun, 1 Feb 2009 08:43:38 -0700
On Jan 31, 2009, at 12:47 PM, Ken Shmidheiser wrote:

> I simply would like to see both these legal:
>
> long if ( x == something )
>   y = doThis
> xelse
>   y = doThat
> end if
>
> and
>
> if ( x == something )
>   y = doThis
> else
>   y = doThat
> end if


Yes, I was making the wrong assumptions about your enhancement  
suggestion. This pseudo code clarifies.

Brian S.