Fix inaccurate comment.

This commit is contained in:
Brad Nelson
2022-07-17 18:18:21 -07:00
parent 4789a2a3a2
commit de99bf9f84

View File

@ -51,7 +51,7 @@
: 2@ ( a -- lo hi ) dup @ swap cell+ @ ;
: 2! ( lo hi a -- ) dup >r cell+ ! r> ! ;
( Dictionary )
( Heap Words )
: here ( -- a ) 'sys @ ;
: allot ( n -- ) 'sys +! ;
: , ( n -- ) here ! cell allot ;