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

Add support for string concatenation (using || operator) #226

Conversation

samdark
Copy link
Contributor

@samdark samdark commented Aug 13, 2024

No description provided.

Copy link
Owner

@martin-georgiev martin-georgiev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work @samdark !
Overall it looks good - I left some minor comments about the style and the non-essential changes. Can you please look into those?

@martin-georgiev martin-georgiev changed the title Fix #221: Add support for string concatenation (using ||) Add support for string concatenation (using || operator) Aug 16, 2024
@martin-georgiev martin-georgiev linked an issue Aug 16, 2024 that may be closed by this pull request
@samdark
Copy link
Contributor Author

samdark commented Aug 17, 2024

@martin-georgiev applied fixes suggested except ConCat which, I think, is wrong cause the full word is concatenation.

@martin-georgiev martin-georgiev merged commit c3e1766 into martin-georgiev:main Aug 17, 2024
7 checks passed
@samdark samdark deleted the 221-support-concatenation-operator branch August 18, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support || operator
2 participants