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

rfc: the + ? #16

Open
pmp-p opened this issue Oct 23, 2020 · 0 comments
Open

rfc: the + ? #16

pmp-p opened this issue Oct 23, 2020 · 0 comments

Comments

@pmp-p
Copy link
Owner

pmp-p commented Oct 23, 2020

+ is used both for addition / inplace addition and concatenation/inplace concatenation.
that probably lead to weird things like #15 .

maybe concatenation should use a separate symbol to avoid compilation problems later.

'a' .. 'b' == 'ab'
s='a'
s .= 'b'
@pmp-p pmp-p changed the title the + ? rfc: the + ? Oct 23, 2020
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