Closed
Description
"a"x
is parsed as "a" * x
, which is probably unintentional, especially given the a"b"c
string macro syntax. It's very easy to remove, but when you do that "a"x
becomes syntax for adding doc string "a" to variable x
. Easy to see why that happens, but it's a bit odd. Should we just make "a"x
a syntax error, requiring a space?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment