mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 07:16:42 +02:00
Fixes another Forth typo
This commit is contained in:
@@ -133,7 +133,7 @@ variable age \ ok
|
|||||||
age @ . \ 21 ok
|
age @ . \ 21 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
|
100 constant WATER-BOILING-POINT \ ok
|
||||||
WATER-BOILING-POINT . \ 100 ok
|
WATER-BOILING-POINT . \ 100 ok
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user