Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do ... +loop with negative increment doesn't loop #77

Open
vonbrand opened this issue May 9, 2018 · 1 comment
Open

do ... +loop with negative increment doesn't loop #77

vonbrand opened this issue May 9, 2018 · 1 comment
Labels

Comments

@vonbrand
Copy link

vonbrand commented May 9, 2018

\ do ... +loop doesn't loop

: tst-do ( --)
0 9 do i . -1 +loop ;

\ prints 9, not 9 8 ... 0

@larsbrinkhoff
Copy link
Owner

Hello,

I'm sorry, I didn't see this issue until right now.

As you have correctly noted, lbForth does have bugs and quirks. However, it's mainly a vehicle for personal experiments and may not be suitable for public consumption. Caveat emptor. I'm not actively developing it now, though that may change some time in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants