Name

subrecord:struct — ordinary primitive

Synopsis

EXTENSIONS
SUBRECORD ( outer-offset "name" -- outer-offset here zero-offset )(); 
 ;

Description

begin definition of a subrecord (mpe.000)

 : STRUCT CREATE  
   HERE
   0 DUP ,
 DOES>
   @
 ;