You cannot create another function like that inside main function. Move the function out of the main function scope and call wherever necessary
↧
You cannot create another function like that inside main function. Move the function out of the main function scope and call wherever necessary