Jovial Component Type Block

A block that is a component of a block type. May be local or external. For example:

TYPE B'TYPE BLOCK 
  BEGIN 
  ITEM ITEM1 U; 
  BLOCK N'BLOCK; // N'BLOCK is 'component type block' 
     BEGIN 
     ITEM COMP1 U; 
     END; 
  END 

Scientific Toolworks, Inc.
http://www.scitools.com