syntax: character literal contains multiple characters
If you see the above error, it’s because there are multiple characters within ' '
. You need to use " "
instead.
Last modified on 2021-11-08
Hongtao Hao / 2021-11-03
syntax: character literal contains multiple characters
If you see the above error, it’s because there are multiple characters within ' '
. You need to use " "
instead.
Last modified on 2021-11-08