Re: Why does numeric for loop not accept an explist?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Why does numeric for loop not accept an explist?
- From: "Jeff Pohlmeyer" <yetanothergeek@...>
- Date: 2007年12月31日 21:45:44 -0600
On Dec 31, 2007 9:37 PM, Duck <duck@roaming.ath.cx> wrote:
> i=1 repeat ... i = 1+3 until i>10
Sure looks like an endless loop to me :-)
- Jeff