diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-23 22:49:20 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-23 22:49:20 -0400 |
| commit | a717221a7dd2fb88ff9d5d07e221a83dc558b47d (patch) | |
| tree | 0b3ceb6ca130ea5f9dccd706ddb72368a71bd924 /doc/fromJ.md | |
| parent | 4cc1cb8d7b34eb99d77fd35a53797e6929b348f7 (diff) | |
Update list notation links
Diffstat (limited to 'doc/fromJ.md')
| -rw-r--r-- | doc/fromJ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fromJ.md b/doc/fromJ.md index 3e1abbce..6363420b 100644 --- a/doc/fromJ.md +++ b/doc/fromJ.md @@ -45,7 +45,7 @@ In J, the part of speech is an inherent property of a value, while in BQN it is | `[:` | `·` | Cap | `assert.` | `!` | -BQN's explicit functions and modifiers are called "blocks", and have a more sophisticated syntax than J; see [the documentation](block.md). BQN uses [lexical scope](lexical.md), and has no global variables. BQN also has a [list notation](syntax.md#list-notation) using `⟨⟩`. +BQN's explicit functions and modifiers are called "blocks", and have a more sophisticated syntax than J; see [the documentation](block.md). BQN uses [lexical scope](lexical.md), and has no global variables. BQN also has a [list notation](arrayrepr.md#brackets) using `⟨⟩`. ## For reading |
