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

Minor typo in svfig-2019-02-23 #1

Open
ruv opened this issue Mar 9, 2020 · 0 comments
Open

Minor typo in svfig-2019-02-23 #1

ruv opened this issue Mar 9, 2020 · 0 comments

Comments

@ruv
Copy link

ruv commented Mar 9, 2020

The following line contains a typo:

: size 5 ; \ 5 constant size

The code:

(define size 2)
...
: size   5 ;    \ 5 constant size
size 5 * .
10

should be read as follows:

(define size 2)
...
: size   2 ;    \ 2 constant size
size 5 * .
10
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

No branches or pull requests

1 participant