0113: Duplicate function declaration
Compiler found a duplicate function declaration in current scope. Each function should have a unique name and duplicates are not allowed:
Possible solutions:
rename the function to give it a unique name
Previous0111: Function not found in current scopeNext0115: Invalid variable name. Name is reserved by another class or function
Last updated