diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-16 21:46:06 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-16 21:51:13 -0500 |
| commit | 0ce5c135c0a97d9e86d14f5b0f2fe80e6b7fc5b1 (patch) | |
| tree | 22db577d4a4e51ce4a254a8c3635b2f5eedb4fbd /doc | |
| parent | 7ef8161ca78a0b807d13f64cdfbf8679bbc8d6fe (diff) | |
Fix some links
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/syntax.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/syntax.md b/doc/syntax.md index 76c9e269..c1b73050 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -15,9 +15,9 @@ Glyph(s) | Meaning `@` | [Null character](#constants) `¯∞π` | [Used in numeric literals](#constants) `()` | Expression grouping -`←` | [Define](#assignment) -`⇐` | [Export](#exports) -`↩` | [Change](#assignment) +`←` | [Define](expression.md#assignment) +`⇐` | [Export](expression.md#exports) +`↩` | [Change](expression.md#assignment) `→` | [Return](block.md#returns) `⋄,` or newline | Statement or element [separator](#separators) `⟨⟩` | [List](#list-notation) (rank-1 array) |
