
  TYPE
    clt$value_kinds = clt$data_value_kind;

{
{ The following clt$value_kinds are defined in terms of some of the new
{ clt$data_value_kind's.
{ This is done in order to facilitate simultaneous support of both the
{ old and new value representations.
{ Although this is certainly a "kludge", it is workable because the old
{ representation (clt$value) is strictly a subset of the new representation
{ (clt$data_value).
{

  CONST
    clc$variable_reference = clc$deferred_value,
    clc$any_value = clc$array_value,
    clc$unknown_value = clc$unspecified_value;

*copyc clt$data_value_kind
