Name

struct:struct — ordinary primitive

Synopsis

EXTENSIONS
STRUCT ( "name" -- here zero-offset )(); 
 ;

Description

begin definition of a new structure (mpe.000)

 : STRUCT CREATE  !CSP
   HERE
   0 DUP ,
 DOES>
   @
 ;