Nov-09-2021, 06:29 AM
Why are you trying to assign to a variable in a
return
statement? return
is for returning a value to the caller of the function.