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

Casting the addition of two numbers into a string returns, instead, the concatenation of the two strings... #20

Closed
pcaillou opened this issue May 28, 2015 · 1 comment
Assignees

Comments

@pcaillou
Copy link
Contributor

If I write an expression like string (a + b) , with a and b numbers (integers), I obtain
(string a) + 
(string b) instead... 

Original issue reported on code.google.com by alexis.drogoul on 2010-04-15 05:28:56

@pcaillou
Copy link
Contributor Author

Fixed in the last commit.

Original issue reported on code.google.com by alexis.drogoul on 2010-04-17 16:13:55

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

1 participant