1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

docs: add language/string-literals.md

This commit is contained in:
Ryan Hendrickson 2024-07-31 19:07:57 -04:00
parent 6ed67d35ed
commit 9e8afc68e5
7 changed files with 199 additions and 172 deletions

View file

@ -16,7 +16,7 @@ An *identifier* is an [ASCII](https://en.wikipedia.org/wiki/ASCII) character seq
# Names
A name can be an [identifier](#identifier) or a [string literal](./syntax.md#string-literal).
A name can be an [identifier](#identifier) or a [string literal](string-literals.md).
> **Syntax**
>