1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-05-28 14:41:27 +00:00

clarifications in comments

This commit is contained in:
mgcaret 2020-01-06 09:56:35 -08:00
parent f7c9b0e786
commit 34ea44a3aa

View File

@ -5486,7 +5486,7 @@ done: .dword RtoP ; ( -- c-addr3' ) ( R: c-addr3' -- )
EXIT EXIT
eword eword
; H: ( -- ) Compile code to compile the immediately following xt. Better to use POSTPONE. ; H: ( -- ) Compile code to compile the immediately following word. Better to use POSTPONE.
; BTW don't use with numbers. ; BTW don't use with numbers.
dword COMPILE,"COMPILE",F_IMMED|F_CONLY dword COMPILE,"COMPILE",F_IMMED|F_CONLY
ENTER ENTER
@ -5495,7 +5495,7 @@ dword COMPILE,"COMPILE",F_IMMED|F_CONLY
EXIT EXIT
eword eword
; H: ( "name"<> -- ) Compile name later. Better to use postpone. ; H: ( "name"<> -- ) Compile name now. Better to use POSTPONE.
dword ICOMPILE,"[COMPILE]",F_IMMED dword ICOMPILE,"[COMPILE]",F_IMMED
ENTER ENTER
.dword PARSEFIND .dword PARSEFIND