FOR...NEXT
dch <dch-Si2v46wnEdB1+6ky2m/[email protected]>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
Why does FOR run n+1 times? It seems inane. `4 FOR ... NEXT` should not run 5 times, that's absolutely ridiculous. Even Chuck's FOR loops ran n times in Forth and n times in ColorForth. So there must be a good reason for this. Thanks