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
It would be nice if we added a character datatype that could be both a number and a character so you could for example add a char and a double.
'a' 5 + [Output -> 102]
'a' in ascii is number 97
The text was updated successfully, but these errors were encountered:
Would you always want the result to be typed to double? Would you want to be able to explicitly change the type between char->string->double?
Sorry, something went wrong.
No branches or pull requests
It would be nice if we added a character datatype that could be both a number and a character so you could for example add a char and a double.
'a' in ascii is number 97
The text was updated successfully, but these errors were encountered: