STRUCT
* STRUCT ( "name" -- here zero-offset )

begin definition of a new structure (mpe.000)
 : STRUCT CREATE  !CSP
   HERE
   0 DUP ,
 DOES>
   @
 ;

struct ordinary primitive