': not a valid identifier

后端 未结 4 992
不知归路
不知归路 2020-12-20 11:03

I have removed the two if statements from before and replaced them with a case statement and tried to remove all the error from the code. I am trying to run this code but i

4条回答
  •  失恋的感觉
    2020-12-20 11:27

    One input here- I was facing same issue for one of my scripts. I found one blunder I have done. Always make sure function names should not have - and instead _ should be used.

提交回复
热议问题