Fixes another Forth typo

This commit is contained in:
zlarsen 2015-10-09 15:22:34 -06:00
parent 0d0c495c70
commit d49265b30f

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