projects
/
rrq
/
rrqforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076f00a
)
corrected BREAK example
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Wed, 2 Jun 2021 13:41:23 +0000
(23:41 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Wed, 2 Jun 2021 13:41:23 +0000
(23:41 +1000)
reference.html
patch
|
blob
|
history
diff --git
a/reference.html
b/reference.html
index e07df55fc602666ca9823713d05b0677b8251d12..f49869a4eb7329644a6d974173b691fbe9fb4fd5 100644
(file)
--- a/
reference.html
+++ b/
reference.html
@@
-1374,6
+1374,7
@@
resolution address just above the required 0 on the data stack.</p></div>
: WORDS ( wordlist -- ; Print all words of word list )
\r
BEGIN
\r
@ DUP IF DUP WTELL ELSE BREAK THEN
\r
+ 1 IFAGAIN
\r
END
\r
DROP
\r
NL EMIT
\r