
  PROCEDURE [XREF] clp$create_variable_type
    (    kind: clt$variable_kinds;
         max_string_size: clt$string_size;
         create_array: boolean;
         lower_bound: clt$variable_dimension;
         upper_bound: clt$variable_dimension;
     VAR work_area {input, output} : ^clt$work_area;
     VAR type_specification: ^clt$type_specification;
     VAR type_description: ^clt$type_description;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$variable_reference
*copyc clt$string_size
*copyc clt$type_description
*copyc clt$type_specification
*copyc clt$variable_kinds
*copyc clt$work_area
*copyc ost$status
?? POP ??
