Corrections.
This commit is contained in:
@ -102,7 +102,7 @@ VARIABLE ECHO -- Determines if commands are echoed
|
|||||||
|
|
||||||
<h5>Vocabularies</h5>
|
<h5>Vocabularies</h5>
|
||||||
<p>
|
<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,
|
By default vocabularies chain to the vocabulary in which they were defined,
|
||||||
as in Forth-79. However, like Forth-83, <code>ALSO</code>
|
as in Forth-79. However, like Forth-83, <code>ALSO</code>
|
||||||
can be used to add vocabularies to a vocabulary stack of which
|
can be used to add vocabularies to a vocabulary stack of which
|
||||||
|
|||||||
@ -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
|
ESP32forth - Version 6.3 for NodeMCU ESP32S - Tweaked for the Web
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<p>
|
||||||
<li><a href="static/ESP32forth-6.3.0.ino">ESP32forth-6.3.0.ino</a>
|
<a href="static/ESP32forth-6.3.0.ino">ESP32forth-6.3.0.ino</a>
|
||||||
</ul>
|
- This has Dr. Ting's v6.3 version with WebUI added in
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>Classic EForth Quirks</h3>
|
<h3>Classic EForth Quirks</h3>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user