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

64bit literal integer is not available on macOS High Sierra #420

Open
Moligaloo opened this issue Aug 13, 2018 · 0 comments
Open

64bit literal integer is not available on macOS High Sierra #420

Moligaloo opened this issue Aug 13, 2018 · 0 comments

Comments

@Moligaloo
Copy link

Io> 0x12345678 asHex
==> 12345678
Io> 0x1234567890 asHex
==> 34567890

when literal integer more than 4 bytes, the high bits will be truncated (e.g. the 12 of 0x1234567890), this problem does still exist in latest release (2017.09.06 )

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

1 participant