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:
9b8fcf8
)
corrected example
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Wed, 2 Jun 2021 13:40:41 +0000
(23:40 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Wed, 2 Jun 2021 13:40:41 +0000
(23:40 +1000)
adoc/p_break.adoc
patch
|
blob
|
history
diff --git
a/adoc/p_break.adoc
b/adoc/p_break.adoc
index dec6fd78242b901701eed5156ab84f033cd1fe7e..f274ea6b10d8d3f5c04991251ad41edd497bca6a 100644
(file)
--- a/
adoc/p_break.adoc
+++ b/
adoc/p_break.adoc
@@
-20,6
+20,7
@@
resolution address just above the required 0 on the data stack.
: WORDS ( wordlist -- ; Print all words of word list )
BEGIN
@ DUP IF DUP WTELL ELSE BREAK THEN
+ 1 IFAGAIN
END
DROP
NL EMIT