*copyc clc$ecc_range
?? FMT (FORMAT := OFF) ??

  CONST

    cle$continued_line_too_long     = clc$min_ecc + 716,
    {E Continued command line too long.}

    cle$expecting_continuation_line = clc$min_ecc + 730,
    {E Expecting continuation of command line, found end of input.}

    cle$line_too_long               = clc$min_ecc + 748;
    {E Line from command file +F is too long.}

?? FMT (FORMAT := ON) ??
