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

Addition of strings produces 0 #16

Closed
olus2000 opened this issue Nov 1, 2022 · 1 comment
Closed

Addition of strings produces 0 #16

olus2000 opened this issue Nov 1, 2022 · 1 comment

Comments

@olus2000
Copy link

olus2000 commented Nov 1, 2022

Bug report

According to Appendix 2 to Lil documentation: Binary Primitives operator + when acting on two strings should concatenate them:

Note that using , on two strings will result in a list of two strings, whereas using + will result in a single string!

How to reproduce

Open the Listener and run query "a" + "b".

Expected outcome

Listener returns the string "ab".

Actual outcome

Listener returns the number 0.

@JohnEarnest
Copy link
Owner

Resolved by #17

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

2 participants