Name

instance-addr:struct — ordinary primitive

Synopsis

EXTENSIONS
INSTANCE-ADDR ( len -- addr )(); 
 ;

Description

Create nameless instance of a structure and return base address.

 : INSTANCE-ADDR  HERE SWAP ALLOT ;