-
Notifications
You must be signed in to change notification settings - Fork 28
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
Undocumented words #296
Comments
Fixed RVS, OPENW, CLOSEW, >DFA |
Fixed 1MI 2MI 23MI 3MI |
Fixed CURR, END |
About DODOES, BRANCH, 0BRANCH, I think it makes sense to keep those visible. DODOES for debugging purposes (SEE). BRANCH, 0BRANCH have potential reuse value. The task to document these words remains. Also CREATE + DOES> deserve much more thorough explanation, right now it just defers to Starting Forth. It would make sense if CREATE/DOES>/DODOES words had a section in "Word Anatomy" chapter. |
OK, SEE is now removed and so it makes more sense to hide DODOES -- done in c156dac |
Several words remain undocumented:
rvs>dfaopenwclosewThese words are probably "private" but unable to be hidden due to dependencies:
format.fs:
currendasm.fs:
1mi2mi3mi23miThe following words deserve documentation.
CREATE
/DOES>
should probably be fleshed out in the tutorial so that the code ofDODOES
can be explained in the Word Anatomy section of the manual.BRANCH
and0BRANCH
are useful for debugging purposes (SEE
) and should also be demonstrated in the Word Anatomy section with an appropriate example.base.fs / asm:
The text was updated successfully, but these errors were encountered: