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

Char data type #22

Open
eliassjogreen opened this issue Apr 10, 2017 · 1 comment
Open

Char data type #22

eliassjogreen opened this issue Apr 10, 2017 · 1 comment

Comments

@eliassjogreen
Copy link
Collaborator

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

@LarsSjogreen
Copy link
Owner

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?

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

No branches or pull requests

2 participants