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

String concatenation doesn't seem to work? #40

Closed
sinzin91 opened this issue Sep 17, 2017 · 1 comment
Closed

String concatenation doesn't seem to work? #40

sinzin91 opened this issue Sep 17, 2017 · 1 comment

Comments

@sinzin91
Copy link

[1] go-pry> x := "hello"
=> "hello"
[2] go-pry> x += " world"
=> " world"
[3] go-pry> x
=> " world"

The same thing in gore (https://github.com/motemen/gore)

gore> x := "hello"
"hello"
gore> x += " world"
"hello world"
@d4l3k
Copy link
Owner

d4l3k commented Sep 18, 2017

Yup, surprised I hadn't caught that by now.

@d4l3k d4l3k closed this as completed in #41 Sep 18, 2017
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