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