mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
docs: add language/string-literals.md
This commit is contained in:
parent
6ed67d35ed
commit
9e8afc68e5
7 changed files with 199 additions and 172 deletions
|
@ -8,6 +8,10 @@ Such a construct is called *interpolated string*, and the expression inside is a
|
|||
[path]: ./types.md#type-path
|
||||
[attribute set]: ./types.md#attribute-set
|
||||
|
||||
> **Syntax**
|
||||
>
|
||||
> *interpolation_element* → `${` *expression* `}`
|
||||
|
||||
## Examples
|
||||
|
||||
### String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue