Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hex values in variables ? #5

Closed
JettMonstersGoBoom opened this issue Nov 26, 2018 · 3 comments
Closed

hex values in variables ? #5

JettMonstersGoBoom opened this issue Nov 26, 2018 · 3 comments

Comments

@JettMonstersGoBoom
Copy link
Contributor

a = 0xe123
print(a)
b = 0x1234 
print(a)

is this supported or am I missing something ?
it prints 0

@skiars
Copy link
Member

skiars commented Nov 27, 2018

Hi, hex literals is not supported now, but it's easy to do.

I'm going to do it😂.

@skiars
Copy link
Member

skiars commented Nov 27, 2018

It's done. You can try it again.

@JettMonstersGoBoom
Copy link
Contributor Author

Great thanks ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants