Merge pull request #1433 from zlarsen/forth-typo

[Forth/en] Another typo fix
This commit is contained in:
ven 2015-10-09 23:25:22 +02:00
commit d8a1c0cf6a

View File

@ -133,7 +133,7 @@ variable age \ ok
age @ . \ 21 ok
age ? \ 21 ok
\ Constants are quite simiar, except we don't bother with memory addresses:
\ Constants are quite similar, except we don't bother with memory addresses:
100 constant WATER-BOILING-POINT \ ok
WATER-BOILING-POINT . \ 100 ok