How does variables being able to have any unicode characters in them behave? #851
Unanswered
mybearworld
asked this question in
Q&A
Replies: 2 comments
-
x = 7 and y = 9 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unless 7 is deleted. Then I think it would be equivalent to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How does this parse?
x
which is7
andy
which is9
? (If so, how does it know when to end?)x = 7! const const y
which is9
?x = 7! const const y = 9!
without anything to initialize it with?Beta Was this translation helpful? Give feedback.
All reactions