corrected BREAK example
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 2 Jun 2021 13:41:23 +0000 (23:41 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Wed, 2 Jun 2021 13:41:23 +0000 (23:41 +1000)
reference.html

index e07df55fc602666ca9823713d05b0677b8251d12..f49869a4eb7329644a6d974173b691fbe9fb4fd5 100644 (file)
@@ -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