Based on the Language Reference concatenation example, To concatenate strings, use the + (plus) operator, as in "abc" + "def" + "ghi".. I double checked the lang ref for a += operator and it doesn't appear to be defined.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/82
**Author:** [@lanzafame](https://github.com/lanzafame)
**Created:** 2/7/2024
**Status:** ✅ Merged
**Merged:** 2/7/2024
**Merged by:** [@holzensp](https://github.com/holzensp)
**Base:** `main` ← **Head:** `patch-2`
---
### 📝 Commits (1)
- [`dabee72`](https://github.com/apple/pkl/commit/dabee72839cee241981f493e19a363182178cca5) fix concat operator and string typo
### 📊 Changes
**1 file changed** (+3 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `docs/modules/pkl-cli/pages/index.adoc` (+3 -3)
</details>
### 📄 Description
Based on the Language Reference concatenation example, `To concatenate strings, use the + (plus) operator, as in "abc" + "def" + "ghi".`. I double checked the lang ref for a `+=` operator and it doesn't appear to be defined.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/82
Author: @lanzafame
Created: 2/7/2024
Status: ✅ Merged
Merged: 2/7/2024
Merged by: @holzensp
Base:
main← Head:patch-2📝 Commits (1)
dabee72fix concat operator and string typo📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
docs/modules/pkl-cli/pages/index.adoc(+3 -3)📄 Description
Based on the Language Reference concatenation example,
To concatenate strings, use the + (plus) operator, as in "abc" + "def" + "ghi".. I double checked the lang ref for a+=operator and it doesn't appear to be defined.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.