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

pforth: fix FROUND #101

Merged
merged 1 commit into from
Oct 31, 2021
Merged

pforth: fix FROUND #101

merged 1 commit into from
Oct 31, 2021

Conversation

philburk
Copy link
Owner

It used to push the result to the integer data stack.
That was wrong. It should go to the float stack.

Fixes #69

It used to push the result to the integer data stack.
That was wrong. It should go to the float stack.

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

Successfully merging this pull request may close these issues.

the fround word push its result to data stack.
1 participant