
  TYPE
    clt$variable_scope = record
      case kind: clt$variable_scope_kind of
      = clc$local_variable .. clc$xref_variable =
        ,
      = clc$utility_variable =
        utility_name: ost$name,
      casend,
    recend;

*copyc clt$variable_scope_kind
*copyc ost$name
