Pages: 1
|
 |
|
Author
|
Topic: 8.2.4 win bug: repeat until (Read 1597 times)
|
Giant
Member
 
Karma: +0/-0
Offline
Posts: 10
|
Hi, it appears that the word 'until' is not there at all... Can someone check? thank you[flash=200,200]
|
|
|
|
|
Logged
|
|
|
|
Charles Childers
Administrator
Sr. Member
    
Karma: +2/-0
Offline
Posts: 745
|
Until was removed in the 8.1 release. I found that I wasn't using it enough to keep in the core at that time. Do you think I should add it back?
|
|
|
|
|
Logged
|
|
|
|
Giant
Member
 
Karma: +0/-0
Offline
Posts: 10
|
Sorry, I thought it was an accidental omission. Charles, did you remove it because for-next is more useful? In a similar but different language, I also found that factoring really tightly and using constructs like: : blah .... if blah ;; then ... works well...
|
|
|
|
|
Logged
|
|
|
|
Charles Childers
Administrator
Sr. Member
    
Karma: +2/-0
Offline
Posts: 745
|
I found that most people weren't using the "until" loops. Also, there was some confusion as to which type of loop (for/next or repeat/until) was "better".
|
|
|
|
|
Logged
|
|
|
|
Pages: 1
|
|
|
|
|