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 / operator #1237

Merged
merged 6 commits into from
Jun 25, 2022
Merged

Add / operator #1237

merged 6 commits into from
Jun 25, 2022

Conversation

casey
Copy link
Owner

@casey casey commented Jun 18, 2022

Add a join operator, /, which joins strings using / characters:

x := "a" / "b" # Evaluates to "a/b"

@casey casey enabled auto-merge (squash) June 25, 2022 09:34
@casey casey merged commit a46be41 into master Jun 25, 2022
@casey casey deleted the slash-operator branch June 25, 2022 09:39
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

Successfully merging this pull request may close these issues.

1 participant