Corrections.

This commit is contained in:
Brad Nelson
2021-02-12 00:29:16 -08:00
parent 6cdc03f55e
commit 69837033c4
2 changed files with 5 additions and 4 deletions

View File

@ -102,7 +102,7 @@ VARIABLE ECHO -- Determines if commands are echoed
<h5>Vocabularies</h5>
<p>
µEforth uses a hybrid of Forth-79 and Forth-83 style vocabularies.
ESP32forth uses a hybrid of Forth-79 and Forth-83 style vocabularies.
By default vocabularies chain to the vocabulary in which they were defined,
as in Forth-79. However, like Forth-83, <code>ALSO</code>
can be used to add vocabularies to a vocabulary stack of which

View File

@ -25,9 +25,10 @@ EForth is a delightfully minimalist approach to Forth originated by Bill Muench
ESP32forth - Version 6.3 for NodeMCU ESP32S - Tweaked for the Web
</p>
<ul>
<li><a href="static/ESP32forth-6.3.0.ino">ESP32forth-6.3.0.ino</a>
</ul>
<p>
<a href="static/ESP32forth-6.3.0.ino">ESP32forth-6.3.0.ino</a>
- This has Dr. Ting's v6.3 version with WebUI added in
</p>
<h3>Classic EForth Quirks</h3>