
  TYPE
    clt$variable_descriptor_header = record
      access_count: integer,
      evaluation_method: clt$expression_eval_method,
      value: ^clt$internal_data_value,
      library: ^clt$variable_library_descriptor,
    recend;

*copyc clt$expression_eval_method
*copyc clt$internal_data_value
*copyc clt$variable_library_descriptor
