We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
char[] x = x'00aabbcc'; bool text = x == x'00aabbcc';
This ought to be valid.
The text was updated successfully, but these errors were encountered:
Constant bytes <=> char[] conversion should work #1514
7a6544b
Works as expected
x = [0, 170, 187, 204] test = true
Sorry, something went wrong.
Was there some issue...? @sandervdbosch
No, I made a mistake with putting the code snippet outside of a function which made it look like it didn't work.
No branches or pull requests
This ought to be valid.
The text was updated successfully, but these errors were encountered: