Last updated 9 months ago
Compiler found a duplicate in current scope. Each function should have a unique name and duplicates are not allowed:
function foo end function foo // Error: Duplicate function declaration foo. end
rename the function to give it a unique name