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.