pforth: fix FROUND (#101)
authorPhil Burk <philburk@mobileer.com>
Sun, 31 Oct 2021 23:51:04 +0000 (16:51 -0700)
committerGitHub <noreply@github.com>
Sun, 31 Oct 2021 23:51:04 +0000 (16:51 -0700)
commit83798fe4d7af4f01580535962f4e9956c7c6c49e
tree892fbbf9b20f8889a944f52b14448076fe85ca30
parent268cc1113f8ce8045aebd3e30350c01f0b48714d
pforth: fix FROUND (#101)

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

Fixes #69
csrc/pfinnrfp.h