* INSTANCE-ADDR ( len -- addr ) Create nameless instance of a structure and return base address. : INSTANCE-ADDR HERE SWAP ALLOT ;
INSTANCE-ADDR
( len -- addr )
: INSTANCE-ADDR HERE SWAP ALLOT ;
EXTENSIONS struct ordinary primitive