Warning 056: CONST is not valid on a function declaration and will be ignored

CONST is not valid on a function declaration and will be ignored

The CONST modifier is only valid when applied to a variable and has no meaning when applied to a function declaration. It will be ignored and will have no effect.