[futurebasic] Re: [FB] Re: New FOR behavior

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2008 : Group Archive : Group : All Groups

From: Rich Love <richlove@...>
Date: Sun, 30 Mar 2008 18:17:44 -0500
Yea!

Rich


On Mar 30, 2008, at 2:52 PM, Robert Purves wrote:
>
> Proposal for next release of FBtoC.
>
> for j = 1 to 0
>   print "Never get here"
> next
>
> override _forLoopsAlwaysExecutedAtLeastOnce = _true
>
> for j = 1 to 0
>   print "Get here"
> next
>
> override _forLoopsAlwaysExecutedAtLeastOnce = _false
>
> for j = 1 to 0
>   print "Never get here"
> next
>
> Robert P.
>
>
> --
> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
> om
>
>