diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-09-14 16:04:41 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-09-14 16:19:37 +0000 |
| commit | eb16db2d05164f87c310851fe41ee99b6c006735 (patch) | |
| tree | 41e1059d51a722c48e129df3f539dfbf29f552de /docs | |
| parent | lib/array: map passes index (diff) | |
| download | alive-eb16db2d05164f87c310851fe41ee99b6c006735.tar.gz alive-eb16db2d05164f87c310851fe41ee99b6c006735.zip | |
remove comma from symbol chars
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/07_defining-symbols.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/07_defining-symbols.md b/docs/guide/07_defining-symbols.md index 207680d..6b9bb30 100644 --- a/docs/guide/07_defining-symbols.md +++ b/docs/guide/07_defining-symbols.md @@ -22,8 +22,8 @@ symbol `result`, and then refer to it by that symbol in the [trace][] operator: Symbols need to start with a letter or one of the following special characters: - _ + * ^ - % / . , = - ~ ! ? % $ + % / . = ~ + ! ? % $ > < After the first character, numbers are also allowed. There are two types of |
