This commit is contained in:
Brad Nelson
2024-11-15 17:42:40 -08:00
parent 47c9ec02ba
commit 5cc284e6b0
2 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,7 @@ variable arp arstack arp !
create array-sizes cell , 1 , cell , 4 ,
: >esize ( type -- n ) cells array-sizes + @ ;
\ ref n ^type data...
( ref n type ^data... )
3 cells constant header-size
: >type ( a -- a ) -1 cells + ;
: >count ( a -- a ) -2 cells + ;