You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parse juxtapositions involving string literals as calls to string()
examples:
"" x "" => string(x)
1+2 " equals " 3
"" x y z ""
only happens in non-space-sensitive contexts, so macro calls and hcat
are not affected. empty string literals are removed.
0 commit comments