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 > >