*copyc clc$ecc_range

{ This deck (cle$ecc_expression_result) should no longer be used.
{ Do *copyc's of the decks containing the exception condition codes
{ you need.  Note that the codes defined directly within this deck
{ are no longer produced by the SCL interpreter; they continue to be
{ defined for "compatibility" with previous systems.

?? FMT (FORMAT := OFF) ??

  CONST
    clc$min_ecc_expression_result   = clc$min_ecc + 200,

    cle$array_not_allowed           = clc$min_ecc + 205,
    {E Array variable not allowed+P.}

    cle$expecting_expression        = clc$min_ecc + 210,
    {E Expecting value, found +P+P.}

    cle$expecting_keyword_value     = clc$min_ecc + 215,
    {E Expecting keyword value, found +P+P.}

    cle$name_not_a_keyword_value    = clc$min_ecc + 235,
    {E +P not an allowed value+P.}

    cle$unexpected_array_reference  = clc$min_ecc + 260,
    {E Unexpected array reference +P+P.}

    cle$wrong_kind_of_variable      = clc$min_ecc + 270,
    {E Expecting +P variable, found +P+P.}

    clc$max_ecc_expression_result   = clc$min_ecc + 299;

?? FMT (FORMAT := ON) ??
*copyc cle$ecc_parsing
*copyc cle$string_too_long
*copyc cle$string_too_short
*copyc cle$unable_to_call_av_scanner
