mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-09 21:01:12 +03:00
Update docs/source/reference/strings.rst
Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org>
This commit is contained in:
parent
396ebe2023
commit
440a3affd5
@ -104,7 +104,7 @@ This last example could be implemented by combining raw string literals with mul
|
||||
Interpolated strings
|
||||
--------------------
|
||||
|
||||
Concatenating string literals with runtime values happens all the time, but sprinking our code
|
||||
Concatenating string literals with runtime values happens all the time, but sprinkling our code
|
||||
with lots of ``"`` and ``++`` symbols sometimes hurts legibility which in turn can introduce bugs
|
||||
that are hard to detect for human eyes. Interpolated strings allow to inline the execution of
|
||||
programs that evaluate to strings with a string literals in order to avoid manually writing out
|
||||
|
Loading…
Reference in New Issue
Block a user