Updated Feature suggestions (markdown)
This commit is contained in:
parent
158d7d9a97
commit
5dbcb1fb9f
|
@ -1,6 +1,10 @@
|
||||||
What features would you like to see in Nim
|
What features would you like to see in Nim
|
||||||
|
|
||||||
(Use [needed-libraries repository](https://github.com/nim-lang/needed-libraries) for asking for libraries in the Nim Ecosystem.)
|
(Use [needed-libraries repository](https://github.com/nim-lang/needed-libraries) for asking for libraries in the Nim Ecosystem.)
|
||||||
|
-Multi-line strings just like Python.
|
||||||
|
`"Just like",
|
||||||
|
"this"
|
||||||
|
|
||||||
|
|
||||||
- ~~Additional string concatenation at assignment. Example `let a = "a" + "b"` or `let a = "a", "b"`. Both resulting in the string "ab". `let a = "a", "b"` seems more appropriate since `echo "a", "b"` already works.~~ There is `"a" & "b"`.
|
- ~~Additional string concatenation at assignment. Example `let a = "a" + "b"` or `let a = "a", "b"`. Both resulting in the string "ab". `let a = "a", "b"` seems more appropriate since `echo "a", "b"` already works.~~ There is `"a" & "b"`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue