diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:45:08 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:45:08 -0500 |
| commit | 4821f231a00dc93c42fb437359ea657c59c63053 (patch) | |
| tree | 25727092b7b46d3491188c441ca536d9148772dd /help | |
| parent | 7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (diff) | |
Add full documentation links to help pages
Diffstat (limited to 'help')
73 files changed, 118 insertions, 0 deletions
diff --git a/help/2-modifierrightoperand.md b/help/2-modifierrightoperand.md index 1cdff64f..ccf28228 100644 --- a/help/2-modifierrightoperand.md +++ b/help/2-modifierrightoperand.md @@ -3,6 +3,7 @@ # Mathematical Double-struck G (`๐พ`) ## `๐พ`: 2-Modifier Right operand +[โfull documentation](../doc/syntax.md#blocks) A variable assigned to the right operand of a 2-modifier block. `๐` can be used to access the right operand as a subject. diff --git a/help/absolutevalue_modulus.md b/help/absolutevalue_modulus.md index fb0011a0..5efea46b 100644 --- a/help/absolutevalue_modulus.md +++ b/help/absolutevalue_modulus.md @@ -3,6 +3,7 @@ # Pipe (`|`) ## `| ๐ฉ`: Absolute Value +[โfull documentation](../doc/arithmetic.md#additional-arithmetic) Absolute Value of `๐ฉ`. @@ -15,6 +16,7 @@ Absolute Value of `๐ฉ`. ## `๐จ | ๐ฉ`: Modulus +[โfull documentation](../doc/arithmetic.md#additional-arithmetic) Remainder of `๐ฉ` divided by `๐จ`. diff --git a/help/assert_assertwithmessage.md b/help/assert_assertwithmessage.md index 2a027b5f..37e7f4ba 100644 --- a/help/assert_assertwithmessage.md +++ b/help/assert_assertwithmessage.md @@ -3,6 +3,7 @@ # Exclamation Mark (`!`) ## `! ๐ฉ`: Assert +[โfull documentation](../doc/assert.md) Throw an error if `๐ฉ` is not 1. @@ -16,6 +17,7 @@ Throw an error if `๐ฉ` is not 1. ## `๐จ ! ๐ฉ`: Assert With Message +[โfull documentation](../doc/assert.md) Throw an error with message `๐จ` if `๐ฉ` is not 1. diff --git a/help/beginblock.md b/help/beginblock.md index 32456c45..2c61355a 100644 --- a/help/beginblock.md +++ b/help/beginblock.md @@ -3,6 +3,7 @@ # Left Curly Bracket (`{`) ## `{ ...`: Begin Block +[โfull documentation](../doc/syntax.md#blocks) Starts a block, which can be one of: diff --git a/help/beginlist.md b/help/beginlist.md index 9b16c69f..c1dee17b 100644 --- a/help/beginlist.md +++ b/help/beginlist.md @@ -3,6 +3,7 @@ # Mathematical Left Angle Bracket (`โจ`) ## `โจ ...`: Begin list +[โfull documentation](../doc/syntax.md#list-notation) Starts a list. Inner elements must be separated by `,` or `โ`. Lists can be nested in other lists. diff --git a/help/ceiling_maximum.md b/help/ceiling_maximum.md index 70600211..a3b2c771 100644 --- a/help/ceiling_maximum.md +++ b/help/ceiling_maximum.md @@ -3,6 +3,7 @@ # Left Ceiling (`โ`) ## `โ ๐ฉ`: Ceiling +[โfull documentation](../doc/arithmetic.md#additional-arithmetic) Round `๐ฉ` up to the nearest integer. @@ -13,6 +14,7 @@ Round `๐ฉ` up to the nearest integer. ## `๐จ โ ๐ฉ`: Maximum +[โfull documentation](../doc/arithmetic.md#additional-arithmetic) Maximum of `๐จ` and `๐ฉ`. diff --git a/help/change.md b/help/change.md index 17901f3c..f5085d46 100644 --- a/help/change.md +++ b/help/change.md @@ -3,6 +3,7 @@ # Leftwards Arrow With Hook (`โฉ`) ## `n โฉ v`: Change +[โfull documentation](../doc/expression.md#assignment) Changes the value of variable with name `n` to value `v`. diff --git a/help/classify_indexof.md b/help/classify_indexof.md index f453b326..f6412053 100644 --- a/help/classify_indexof.md +++ b/help/classify_indexof.md @@ -3,6 +3,7 @@ # Square Original Of (`โ`) ## `โ ๐ฉ`: Classify +[โfull documentation](../doc/selfcmp.md#classify) Translate major cells of `๐ฉ` to unique ID numbers based on first occurrence. @@ -15,6 +16,7 @@ Translate major cells of `๐ฉ` to unique ID numbers based on first occurrence. ## `๐จ โ ๐ฉ`: Index Of +[โfull documentation](../doc/search.md#index-of) First index of each major cell of `๐ฉ` in `๐จ`. Rank of `๐ฉ` must be at least cell rank of `๐จ`. diff --git a/help/comment.md b/help/comment.md index e4002008..9e966a50 100644 --- a/help/comment.md +++ b/help/comment.md @@ -3,6 +3,7 @@ # Number Sign (`#`) ## `#`: Comment +[โfull documentation](../doc/syntax.md#comments) Create a comment that extends to the end of the line. diff --git a/help/conjugate_add.md b/help/conjugate_add.md index 9c95db32..7227562e 100644 --- a/help/conjugate_add.md +++ b/help/conjugate_add.md @@ -3,6 +3,7 @@ # Plus (`+`) ## `+ ๐ฉ`: Conjugate +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) Complex conjugate of `๐ฉ`. BQN doesn't support complex numbers yet, so it has no effect. @@ -12,6 +13,7 @@ Complex conjugate of `๐ฉ`. BQN doesn't support complex numbers yet, so it has ## `๐จ + ๐ฉ`: Add +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) `๐จ` added to `๐ฉ`. Either `๐จ` or `๐ฉ` can be a character, and if so, the other has to be an integer. diff --git a/help/currentfunction.md b/help/currentfunction.md index a47150d7..26746577 100644 --- a/help/currentfunction.md +++ b/help/currentfunction.md @@ -3,6 +3,7 @@ # Mathematical Double-struck S (`๐`) ## `๐`: Current Function +[โfull documentation](../doc/syntax.md#blocks) A variable assigned to the current function block. `๐ค` accesses the same value but has a subject role. diff --git a/help/currentmodifier.md b/help/currentmodifier.md index 50d2f12d..ed144afa 100644 --- a/help/currentmodifier.md +++ b/help/currentmodifier.md @@ -3,6 +3,7 @@ # Mathematical Double-struck R (`๐ฃ`) ## `๐ฃ`: Current Modifier +[โfull documentation](../doc/syntax.md#blocks) A variable assigned to the current modifier block. Add underscores to the beginning and/or end (`_๐ฃ`, `_๐ฃ_`) to use it in a modifier role. diff --git a/help/deduplicate_find.md b/help/deduplicate_find.md index aa1ce601..bb8b4e57 100644 --- a/help/deduplicate_find.md +++ b/help/deduplicate_find.md @@ -3,6 +3,7 @@ # Epsilon Underbar (`โท`) ## `โท ๐ฉ`: Deduplicate +[โfull documentation](../doc/selfcmp.md#deduplicate) Unique major cells of `๐ฉ`. @@ -15,6 +16,7 @@ Unique major cells of `๐ฉ`. ## `๐จ โท ๐ฉ`: Find +[โfull documentation](../doc/find.md) Mark the top left location of the occurrences of `๐จ` in `๐ฉ` with a 1, and other locations with 0. diff --git a/help/define.md b/help/define.md index eb9af748..cfaddeec 100644 --- a/help/define.md +++ b/help/define.md @@ -3,6 +3,7 @@ # Leftwards Arrow (`โ`) ## `n โ v`: Define +[โfull documentation](../doc/expression.md#assignment) Defines a new variable with name `n` and value `v`. diff --git a/help/depth.md b/help/depth.md index a891d193..8c0d4367 100644 --- a/help/depth.md +++ b/help/depth.md @@ -3,6 +3,7 @@ # Circle With Two Dots (`โ`) ## `๐ฝโ๐ ๐ฉ`, `๐จ ๐ฝโ๐ ๐ฉ`: Depth +[โfull documentation](../doc/depth.md#the-depth-modifier) Apply `๐ฝ` to the cells of the arguments at depth given in `๐`. diff --git a/help/depth_match.md b/help/depth_match.md index fc823662..fbbc1fcb 100644 --- a/help/depth_match.md +++ b/help/depth_match.md @@ -3,6 +3,7 @@ # Identical To (`โก`) ## `โก ๐ฉ`: Depth +[โfull documentation](../doc/depth.md) Highest level of nesting in `๐ฉ`. @@ -15,6 +16,7 @@ Highest level of nesting in `๐ฉ`. ## `๐จ โก ๐ฉ`: Match +[โfull documentation](../doc/match.md) Does `๐จ` exactly match `๐ฉ`? diff --git a/help/deshape_reshape.md b/help/deshape_reshape.md index 01ba9330..2d57ea43 100644 --- a/help/deshape_reshape.md +++ b/help/deshape_reshape.md @@ -3,6 +3,7 @@ # Barb (`โฅ`) ## `โฅ ๐ฉ`: Deshape +[โfull documentation](../doc/reshape.md) Put all elements of `๐ฉ` in a rank 1 array, promoting to an array if necessary. @@ -13,6 +14,7 @@ Put all elements of `๐ฉ` in a rank 1 array, promoting to an array if necessary ## `๐จ โฅ ๐ฉ`: Reshape +[โfull documentation](../doc/reshape.md) Put all elements of `๐ฉ` in an array of shape `๐จ`, removing elements or repeating them cyclically if necessary. diff --git a/help/each.md b/help/each.md index 2b079930..b9ec2c1b 100644 --- a/help/each.md +++ b/help/each.md @@ -3,6 +3,7 @@ # Diaresis (`ยจ`) ## `๐ฝยจ ๐ฉ`, `๐จ ๐ฝยจ ๐ฉ`: Each +[โfull documentation](../doc/map.md) Apply `๐ฝ` to/between the elements of the arguments. (`๐ฝโยฏ1`) diff --git a/help/enclose_lessthan.md b/help/enclose_lessthan.md index 8f8da581..a622404f 100644 --- a/help/enclose_lessthan.md +++ b/help/enclose_lessthan.md @@ -3,6 +3,7 @@ # Lesser Than (`<`) ## `< ๐ฉ`: Enclose +[โfull documentation](../doc/enclose.md) Create a unit array containing `๐ฉ`. (`(โข<๐ฉ) โก โจโฉ`) @@ -15,6 +16,7 @@ Create a unit array containing `๐ฉ`. (`(โข<๐ฉ) โก โจโฉ`) ## `๐จ < ๐ฉ`: Lesser Than +[โfull documentation](../doc/arithmetic.md#comparisons) `๐จ` and `๐ฉ` can both be either numbers or characters. diff --git a/help/endblock.md b/help/endblock.md index ed3b6e3a..b6ae5235 100644 --- a/help/endblock.md +++ b/help/endblock.md @@ -3,6 +3,7 @@ # Right Curly Bracket (`}`) ## `... }`: End Block +[โfull documentation](../doc/syntax.md#blocks) Starts a block, which starts with `}`. See [Begin Block](beginblock.md) for more details. diff --git a/help/endlist.md b/help/endlist.md index 0e76b84f..234690aa 100644 --- a/help/endlist.md +++ b/help/endlist.md @@ -3,6 +3,7 @@ # Mathematical Right Angle Bracket (`โฉ`) ## `... โฉ`: End list +[โfull documentation](../doc/syntax.md#list-notation) Ends a list started by a `โจ`. See [Begin List](beginlist.md) for more details. diff --git a/help/enlist_pair.md b/help/enlist_pair.md index 7cd76533..baaa68a0 100644 --- a/help/enlist_pair.md +++ b/help/enlist_pair.md @@ -3,6 +3,7 @@ # Bow Tie (`โ`) ## `โ ๐ฉ`: Enlist +[โfull documentation](../doc/pair.md) Put `๐ฉ` in a single element list. (`โจ๐ฉโฉ`) @@ -13,6 +14,7 @@ Put `๐ฉ` in a single element list. (`โจ๐ฉโฉ`) ## `๐จ โ ๐ฉ`: Pair +[โfull documentation](../doc/pair.md) Put `๐จ` and `๐ฉ` in a two element list. (`โจ๐จ, ๐ฉโฉ`) diff --git a/help/exponential_power.md b/help/exponential_power.md index 990d7122..d829e638 100644 --- a/help/exponential_power.md +++ b/help/exponential_power.md @@ -3,6 +3,7 @@ # Star (`โ`) ## `โ ๐ฉ`: Exponential +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) `e` (Euler's constant) to the power of `๐ฉ`. @@ -13,6 +14,7 @@ ## `๐จ โ ๐ฉ`: Power +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) `๐จ` to the power of `๐ฉ`. diff --git a/help/export.md b/help/export.md index 3ae604be..6b71fdb0 100644 --- a/help/export.md +++ b/help/export.md @@ -3,6 +3,7 @@ # Leftward Double Arrow (`โ`) ## `n โ v`: Export Definition +[โfull documentation](../doc/expression.md#exports) Define a variable with name `n` and export it from the current namespace. @@ -11,6 +12,7 @@ Define a variable with name `n` and export it from the current namespace. ns.unexported ## `๐จ โ`: Export names +[โfull documentation](../doc/expression.md#exports) Export the names given in `๐ฉ` from the current namespace. Names must be defined somewhere in the scope. diff --git a/help/first_pick.md b/help/first_pick.md index deb09cc3..6824accb 100644 --- a/help/first_pick.md +++ b/help/first_pick.md @@ -3,6 +3,7 @@ # Square Image Of Or Equal To (`โ`) ## `โ ๐ฉ`: First +[โfull documentation](../doc/pick.md#first) First element of `๐ฉ`. @@ -15,6 +16,7 @@ First element of `๐ฉ`. ## `๐จ โ ๐ฉ`: Pick +[โfull documentation](../doc/pick.md) Pick the element of `๐จ` at index `๐ฉ`. diff --git a/help/firstcell_select.md b/help/firstcell_select.md index 016f2ef9..d4ee2354 100644 --- a/help/firstcell_select.md +++ b/help/firstcell_select.md @@ -3,6 +3,7 @@ # Square Image Of (`โ`) ## `โ ๐ฉ`: First Cell +[โfull documentation](../doc/select.md) First major cell of `๐ฉ`. @@ -15,6 +16,7 @@ First major cell of `๐ฉ`. ## `๐จ โ ๐ฉ`: Select +[โfull documentation](../doc/select.md) Select the major cells of `๐จ` at the indices in `๐ฉ`. diff --git a/help/floor_minimum.md b/help/floor_minimum.md index ff4ee621..42caaedd 100644 --- a/help/floor_minimum.md +++ b/help/floor_minimum.md @@ -3,6 +3,7 @@ # Left Floor (`โ`) ## `โ ๐ฉ`: Floor +[โfull documentation](../doc/arithmetic.md#additional-arithmetic) Round `๐ฉ` down to the nearest integer. @@ -13,6 +14,7 @@ Round `๐ฉ` down to the nearest integer. ## `๐จ โ ๐ฉ`: Minimum +[โfull documentation](../doc/arithmetic.md#additional-arithmetic) Minimum of `๐จ` and `๐ฉ`. diff --git a/help/fold.md b/help/fold.md index 56b812f8..4ad93dc3 100644 --- a/help/fold.md +++ b/help/fold.md @@ -3,6 +3,7 @@ # Acute Accent (`ยด`) ## `๐ฝยด ๐ฉ`: Fold +[โfull documentation](../doc/fold.md) Fold over `๐ฉ` with `๐ฝ` from right to left i.e. Insert `๐ฝ` between the elements of `๐ฉ`. @@ -18,6 +19,7 @@ Fold over `๐ฉ` with `๐ฝ` from right to left i.e. Insert `๐ฝ` between the e ## `๐จ ๐ฝยด ๐ฉ`: Fold With Initial +[โfull documentation](../doc/fold.md#initial-element) Monadic fold, but use `๐จ` as initial right argument. diff --git a/help/gradedown_binsdown.md b/help/gradedown_binsdown.md index c4749da9..9528079d 100644 --- a/help/gradedown_binsdown.md +++ b/help/gradedown_binsdown.md @@ -3,6 +3,7 @@ # Del Stile (`โ`) ## `โ ๐ฉ`: Grade Down +[โfull documentation](../doc/order.md#grade) Indices of `๐ฉ` that would sort its major cells in descending order. @@ -15,6 +16,7 @@ Indices of `๐ฉ` that would sort its major cells in descending order. ## `๐จ โ ๐ฉ`: Bins Down +[โfull documentation](../doc/order.md#bins) Binary search for each cell of `๐ฉ` in `๐จ`, returning the number of major cells in `๐จ` greater than or equal to that cell. diff --git a/help/gradeup_binsup.md b/help/gradeup_binsup.md index f5c8e52a..79ac96e4 100644 --- a/help/gradeup_binsup.md +++ b/help/gradeup_binsup.md @@ -3,6 +3,7 @@ # Delta Stile (`โ`) ## `โ ๐ฉ`: Grade Up +[โfull documentation](../doc/order.md#grade) Indices of `๐ฉ` that would sort its major cells in ascending order. @@ -16,6 +17,7 @@ Indices of `๐ฉ` that would sort its major cells in ascending order. ## `๐จ โ ๐ฉ`: Bins Up +[โfull documentation](../doc/order.md#bins) Binary search for each cell of `๐ฉ` in `๐จ`, returning the number of major cells in `๐จ` less than or equal to that cell. diff --git a/help/greaterthanorequalto.md b/help/greaterthanorequalto.md index 8117209f..013c5344 100644 --- a/help/greaterthanorequalto.md +++ b/help/greaterthanorequalto.md @@ -3,6 +3,7 @@ # Greater Than or Equal To (`โฅ`) ## `๐จ โฅ ๐ฉ`: Greater Than or Equal To +[โfull documentation](../doc/arithmetic.md#comparisons) `๐จ` and `๐ฉ` can both be either numbers or characters. diff --git a/help/groupindices_group.md b/help/groupindices_group.md index f313bfc8..9ea99048 100644 --- a/help/groupindices_group.md +++ b/help/groupindices_group.md @@ -3,6 +3,7 @@ # Square Cup (`โ`) ## `โ ๐ฉ`: Group Indices +[โfull documentation](../doc/group.md) Group the indices of the major cells of `๐ฉ` by their respective values. @@ -15,6 +16,7 @@ Group the indices of the major cells of `๐ฉ` by their respective values. ## `๐จ โ ๐ฉ`: Group +[โfull documentation](../doc/group.md) Group the major cells of `๐ฉ` by their respective indices in `๐จ`. diff --git a/help/identity_left.md b/help/identity_left.md index 7ef2620e..9d08e4c2 100644 --- a/help/identity_left.md +++ b/help/identity_left.md @@ -3,6 +3,7 @@ # Left Tack (`โฃ`) ## `โฃ ๐ฉ`: Identity +[โfull documentation](../doc/identity.md) Return `๐ฉ`. @@ -11,6 +12,7 @@ Return `๐ฉ`. ## `๐จ โฃ ๐ฉ`: Left +[โfull documentation](../doc/identity.md) Return `๐จ`. diff --git a/help/identity_right.md b/help/identity_right.md index d81f3bc2..434d1a81 100644 --- a/help/identity_right.md +++ b/help/identity_right.md @@ -3,6 +3,7 @@ # Right Tack (`โข`) ## `โข ๐ฉ`: Identity +[โfull documentation](../doc/identity.md) Return `๐ฉ`. @@ -11,6 +12,7 @@ Return `๐ฉ`. ## `๐จ โข ๐ฉ`: Right +[โfull documentation](../doc/identity.md) Return `๐ฉ`. diff --git a/help/indices_replicate.md b/help/indices_replicate.md index 15f05a91..5a95a636 100644 --- a/help/indices_replicate.md +++ b/help/indices_replicate.md @@ -3,6 +3,7 @@ # Solidus (`/`) ## `/ ๐ฉ`: Indices +[โfull documentation](../doc/replicate.md#indices) Repeat the index of each element in `๐ฉ` by the element's value. `๐ฉ` must be rank 1. @@ -13,6 +14,7 @@ Repeat the index of each element in `๐ฉ` by the element's value. `๐ฉ` must b ## `๐จ / ๐ฉ`: Replicate +[โfull documentation](../doc/replicate.md) Repeat each major cell in `๐ฉ` by the corresponding element in `๐จ`. diff --git a/help/infinity.md b/help/infinity.md index a3787d24..d26b4614 100644 --- a/help/infinity.md +++ b/help/infinity.md @@ -3,6 +3,7 @@ # Infinity (`โ`) ## `โ`: Infinity +[โfull documentation](../doc/syntax.md#constants) Mathematical constant Infinity, a numeric literal. Can be negative (`ยฏโ`). diff --git a/help/insert.md b/help/insert.md index 9042d43f..ea027c2f 100644 --- a/help/insert.md +++ b/help/insert.md @@ -3,6 +3,7 @@ # Double Acute Accent (`ห`) ## `๐ฝห ๐ฉ`: Insert +[โfull documentation](../doc/fold.md) Fold over cells of `๐ฉ` with `๐ฝ` from end to start, that is, insert `๐ฝ` between the major cells of `๐ฉ`. @@ -14,6 +15,7 @@ Fold over cells of `๐ฉ` with `๐ฝ` from end to start, that is, insert `๐ฝ` ## `๐จ ๐ฝห ๐ฉ`: Insert With Initial +[โfull documentation](../doc/fold.md#initial-element) Monadic insert, but use `๐จ` as initial right argument. diff --git a/help/join_jointo.md b/help/join_jointo.md index 177f72e3..9ea34a2a 100644 --- a/help/join_jointo.md +++ b/help/join_jointo.md @@ -3,6 +3,7 @@ # Lazy S (`โพ`) ## `โพ ๐ฉ`: Join +[โfull documentation](../doc/join.md) Join all elements of `๐ฉ` together. @@ -17,6 +18,7 @@ Element ranks must be compatible. ## `๐จ โพ ๐ฉ`: Join To +[โfull documentation](../doc/join.md) Join `๐จ` to `๐ฉ` along the first axis. diff --git a/help/leftargument.md b/help/leftargument.md index 38bb6183..f8031f26 100644 --- a/help/leftargument.md +++ b/help/leftargument.md @@ -3,6 +3,7 @@ # Mathematical Double-struck W (`๐จ`) ## `๐จ`: Left Argument +[โfull documentation](../doc/syntax.md#blocks) A variable assigned to the left argument of a block. `๐` can be used to access the left argument as a function. diff --git a/help/length_notequals.md b/help/length_notequals.md index e3c5c223..5d17237c 100644 --- a/help/length_notequals.md +++ b/help/length_notequals.md @@ -3,6 +3,7 @@ # Not Equal (`โ `) ## `โ ๐ฉ`: Length +[โfull documentation](../doc/shape.md) Length of the first dimension of `๐ฉ`. @@ -20,6 +21,7 @@ Length of the first dimension of `๐ฉ`. ## `๐จ โ ๐ฉ`: Not Equal To +[โfull documentation](../doc/arithmetic.md#comparisons) [Pervasive.](../doc/arithmetic.md#pervasion) diff --git a/help/lessthanorequalto.md b/help/lessthanorequalto.md index 6b0986f1..9c351831 100644 --- a/help/lessthanorequalto.md +++ b/help/lessthanorequalto.md @@ -3,6 +3,7 @@ # Lesser Than or Equal To (`โค`) ## `๐จ โค ๐ฉ`: Lesser Than or Equal To +[โfull documentation](../doc/arithmetic.md#comparisons) `๐จ` and `๐ฉ` can both be either numbers or characters. diff --git a/help/markfirst_memberof.md b/help/markfirst_memberof.md index d86f0813..5911d89c 100644 --- a/help/markfirst_memberof.md +++ b/help/markfirst_memberof.md @@ -3,6 +3,7 @@ # Element Of (`โ`) ## `โ ๐ฉ`: Mark Firsts +[โfull documentation](../doc/selfcmp.md#mark-firsts) Mark the first occurrence of each major cell in `๐ฉ` with a 1, and all other occurrences with a 0. @@ -15,6 +16,7 @@ Mark the first occurrence of each major cell in `๐ฉ` with a 1, and all other o ## `๐จ โ ๐ฉ`: Member Of +[โfull documentation](../doc/search.md#member-of) Is each cell in `๐จ` a major cell of `๐ฉ`? diff --git a/help/merge_greaterthan.md b/help/merge_greaterthan.md index 31cf3dc0..ee315fca 100644 --- a/help/merge_greaterthan.md +++ b/help/merge_greaterthan.md @@ -3,6 +3,7 @@ # Greater Than (`>`) ## `> ๐ฉ`: Merge +[โfull documentation](../doc/couple.md) Add the rank of an element of `๐ฉ` to the rank of `๐ฉ`. @@ -23,6 +24,7 @@ Returns atomic values as is. ## `๐จ > ๐ฉ`: Greater Than +[โfull documentation](../doc/arithmetic.md#comparisons) `๐จ` and `๐ฉ` can both be either numbers or characters. diff --git a/help/minus.md b/help/minus.md index 6669c562..534d553b 100644 --- a/help/minus.md +++ b/help/minus.md @@ -3,6 +3,7 @@ # Macron (`ยฏ`) ## `ยฏ`: Minus +[โfull documentation](../doc/syntax.md#constants) Prefix before numbers to indicate that they are negative. diff --git a/help/modifierleftoperand.md b/help/modifierleftoperand.md index d517c7bf..1ae8efaf 100644 --- a/help/modifierleftoperand.md +++ b/help/modifierleftoperand.md @@ -3,6 +3,7 @@ # Mathematical Double-struck F (`๐ฝ`) ## `๐ฝ`: Modifier Left operand +[โfull documentation](../doc/syntax.md#blocks) A variable assigned to the left operand of a modifier block. `๐` can be used to access the left operand as a subject. diff --git a/help/negate_subtract.md b/help/negate_subtract.md index a07ff965..2b1126a9 100644 --- a/help/negate_subtract.md +++ b/help/negate_subtract.md @@ -3,6 +3,7 @@ # Minus (`-`) ## `- ๐ฉ`: Negate +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) Additive Inverse of `๐ฉ`. @@ -14,6 +15,7 @@ Additive Inverse of `๐ฉ`. ## `๐จ - ๐ฉ`: Subtract +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) Subtract `๐ฉ` from `๐จ`. `๐จ` and `๐ฉ` can be characters or numbers. diff --git a/help/not_span.md b/help/not_span.md index 0bae4e14..d5967b57 100644 --- a/help/not_span.md +++ b/help/not_span.md @@ -3,6 +3,7 @@ # Not (`ยฌ`) ## `ยฌ ๐ฉ`: Logical Not +[โfull documentation](../doc/logic.md) Logical Not of `๐ฉ`. @@ -15,6 +16,7 @@ Logical Not of `๐ฉ`. ## `๐จ ยฌ ๐ฉ`: Span +[โfull documentation](../doc/logic.md) Count of numbers in the inclusive range from `๐ฉ` to `๐จ`. diff --git a/help/nothing.md b/help/nothing.md index 17e42319..0a5ad783 100644 --- a/help/nothing.md +++ b/help/nothing.md @@ -3,6 +3,7 @@ # Middle Dot (`ยท`) ## `ยท`: Nothing +[โfull documentation](../doc/expression.md#nothing) ### In Trains diff --git a/help/nullcharacter.md b/help/nullcharacter.md index a8469d7d..6c0c18ab 100644 --- a/help/nullcharacter.md +++ b/help/nullcharacter.md @@ -3,6 +3,7 @@ # Commercial At (`@`) ## `@`: Null Character +[โfull documentation](../doc/syntax.md#constants) Null character, code point 0 in ASCII. A shortcut character literal. diff --git a/help/occurrencecount_progressiveindexof.md b/help/occurrencecount_progressiveindexof.md index 1aa8f319..77823ed0 100644 --- a/help/occurrencecount_progressiveindexof.md +++ b/help/occurrencecount_progressiveindexof.md @@ -3,6 +3,7 @@ # Square Original Of or Equal To (`โ`) ## `โ ๐ฉ`: Occurrence Count +[โfull documentation](../doc/selfcmp.md#occurrence-count) Number of times each major cell of `๐ฉ` has occurred before the current position. @@ -13,6 +14,7 @@ Number of times each major cell of `๐ฉ` has occurred before the current positi ## `๐จ โ ๐ฉ`: Progressive Index Of +[โfull documentation](../doc/search.md#progressive-index-of) Index of the first unused match of each major cell of `๐ฉ` in `๐จ`. If there are no more matches left, the length of `๐จ` is placed in that position. @@ -3,6 +3,7 @@ # Pi (`ฯ`) ## `ฯ`: Pi +[โfull documentation](../doc/syntax.md#constants) The mathematical constant pi, a numeric literal. Can be negative (`ยฏฯ`). diff --git a/help/prefixes_take.md b/help/prefixes_take.md index 183b7b4c..214b4ffb 100644 --- a/help/prefixes_take.md +++ b/help/prefixes_take.md @@ -3,6 +3,7 @@ # Up Arrow (`โ`) ## `โ ๐ฉ`: Prefixes +[โfull documentation](../doc/prefixes.md) Prefixes of array `๐ฉ` along its first axis. @@ -15,6 +16,7 @@ Prefixes of array `๐ฉ` along its first axis. ## `๐จ โ ๐ฉ`: Take +[โfull documentation](../doc/take.md) For each integer in `๐จ`, take that many elements from each dimension of `๐ฉ`. diff --git a/help/range_windows.md b/help/range_windows.md index eca59a05..0896a6e9 100644 --- a/help/range_windows.md +++ b/help/range_windows.md @@ -3,6 +3,7 @@ # Up Down Arrow (`โ`) ## `โ ๐ฉ`: Range +[โfull documentation](../doc/range.md) Return all indices that would index into an array of shape `๐ฉ`. @@ -15,6 +16,7 @@ When given a single number, range from `0` to `๐ฉ-1`. ## `๐จ โ ๐ฉ`: Windows +[โfull documentation](../doc/windows.md) Overlapping slices from `๐ฉ` of shape `๐จ`. diff --git a/help/rank_equals.md b/help/rank_equals.md index 4506ffa5..0f41f6fa 100644 --- a/help/rank_equals.md +++ b/help/rank_equals.md @@ -3,6 +3,7 @@ # Equal (`=`) ## `= ๐ฉ`: Rank +[โfull documentation](../doc/shape.md) Returns the number of dimensions in `๐ฉ`. @@ -18,6 +19,7 @@ Returns the number of dimensions in `๐ฉ`. ## `๐จ = ๐ฉ`: Equal To +[โfull documentation](../doc/arithmetic.md#comparisons) [Pervasive.](../doc/arithmetic.md#pervasion) diff --git a/help/reciprocal_divide.md b/help/reciprocal_divide.md index 0d27eb2d..2d10225f 100644 --- a/help/reciprocal_divide.md +++ b/help/reciprocal_divide.md @@ -3,6 +3,7 @@ # Divide (`รท`) ## `รท ๐ฉ`: Reciprocal +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) Gives `1 รท ๐ฉ`. @@ -13,6 +14,7 @@ Gives `1 รท ๐ฉ`. ## `๐จ รท ๐ฉ`: Divide +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) `๐จ` divided by `๐ฉ`. diff --git a/help/repeat.md b/help/repeat.md index c9aeea3c..2ddd1881 100644 --- a/help/repeat.md +++ b/help/repeat.md @@ -3,6 +3,7 @@ # Circle Star (`โ`) ## `๐ฝโ๐พ ๐ฉ`, `๐จ ๐ฝโ๐พ ๐ฉ`: Repeat +[โfull documentation](../doc/repeat.md) Apply `๐พ` to `๐จ` and `๐ฉ`, then apply `๐ฝ` to `๐ฉ` that may times. If `๐จ` is given, use it each time as a constant left argument. diff --git a/help/reverse_rotate.md b/help/reverse_rotate.md index dea8e98d..39f3f496 100644 --- a/help/reverse_rotate.md +++ b/help/reverse_rotate.md @@ -3,6 +3,7 @@ # Circle Stile (`โฝ`) ## `โฝ ๐ฉ`: Reverse +[โfull documentation](../doc/reverse.md) Reverse `๐ฉ` along the first axis. @@ -15,6 +16,7 @@ Reverse `๐ฉ` along the first axis. ## `๐จ โฝ ๐ฉ`: Rotate +[โfull documentation](../doc/reverse.md#rotate) Move the first `๐จ` elements of `๐ฉ` to its end. Negative `๐จ` reverses the direction of rotation. diff --git a/help/rightargument.md b/help/rightargument.md index 531bec37..75c5e7e3 100644 --- a/help/rightargument.md +++ b/help/rightargument.md @@ -3,6 +3,7 @@ # Mathematical Double-struck X (`๐ฉ`) ## `๐ฉ`: Right Argument +[โfull documentation](../doc/syntax.md#blocks) A variable assigned to the right argument of a block. `๐` can be used to access the right argument as a function. diff --git a/help/scan.md b/help/scan.md index ed5ed281..a4d84fc6 100644 --- a/help/scan.md +++ b/help/scan.md @@ -3,6 +3,7 @@ # Grave (`` ` ``) ## ``๐ฝ` ๐ฉ``: Scan +[โfull documentation](../doc/scan.md) Scan over `๐ฉ` with `๐ฝ` from left to right, producing intermediate values. diff --git a/help/separator.md b/help/separator.md index 0806317c..a64720bf 100644 --- a/help/separator.md +++ b/help/separator.md @@ -3,6 +3,7 @@ # Comma (`,`) and Diamond (`โ`) ## `,` or `โ`: Separator +[โfull documentation](../doc/syntax.md#separators) Separates statements in blocks, programs, and arrays. Characters `,` and `โ` are interchangeable with each other and with newline. diff --git a/help/shape_notmatch.md b/help/shape_notmatch.md index 5b2baf19..fe4481b6 100644 --- a/help/shape_notmatch.md +++ b/help/shape_notmatch.md @@ -3,6 +3,7 @@ # Not Identical To (`โข`) ## `โข ๐ฉ`: Shape +[โfull documentation](../doc/shape.md) Length of each dimension of x. @@ -15,6 +16,7 @@ Length of each dimension of x. ## `๐จ โข ๐ฉ`: Not Match +[โfull documentation](../doc/match.md) Does `๐จ` not exactly match `๐ฉ`? diff --git a/help/shiftafter.md b/help/shiftafter.md index 18f01f53..753fc77e 100644 --- a/help/shiftafter.md +++ b/help/shiftafter.md @@ -3,6 +3,7 @@ # Right Pointing Double Angle Quotation (`ยป`) ## `ยป ๐ฉ`: Shift After +[โfull documentation](../doc/shift.md) Remove the last element of `๐ฉ`, add a cell of fill values to the start of the first axis of `๐ฉ`. @@ -13,6 +14,7 @@ Remove the last element of `๐ฉ`, add a cell of fill values to the start of the ## `๐จ ยป ๐ฉ`: Shift After +[โfull documentation](../doc/shift.md) Remove the last `โ ๐จ` (length) major cells from `๐ฉ`, join `๐จ` to the start of `๐ฉ`. Ranks must match. diff --git a/help/shiftbefore.md b/help/shiftbefore.md index 748919fd..25a1d799 100644 --- a/help/shiftbefore.md +++ b/help/shiftbefore.md @@ -3,6 +3,7 @@ # Left Pointing Double Angle Quotation (`ยซ`) ## `ยซ ๐ฉ`: Shift Before +[โfull documentation](../doc/shift.md) Remove the first element of `๐ฉ`, add a cell of fill values to the end of the first axis of `๐ฉ`. @@ -15,6 +16,7 @@ Remove the first element of `๐ฉ`, add a cell of fill values to the end of the ## `๐จ ยซ ๐ฉ`: Shift Before +[โfull documentation](../doc/shift.md) Remove the first `โ ๐จ` (length) major cells from `๐ฉ`, join `๐จ` to the end of `๐ฉ`. Ranks must match. diff --git a/help/sign_multiply.md b/help/sign_multiply.md index 74fefa8c..47464687 100644 --- a/help/sign_multiply.md +++ b/help/sign_multiply.md @@ -3,6 +3,7 @@ # Times (`ร`) ## `ร ๐ฉ`: Sign +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) Sign of `๐ฉ`. - `ยฏ1` if `๐ฉ < 0` @@ -16,6 +17,7 @@ Sign of `๐ฉ`. ## `๐จ ร ๐ฉ`: Multiply +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) `๐จ` multiplied by `๐ฉ`. diff --git a/help/solo_couple.md b/help/solo_couple.md index be981eac..0559dbe5 100644 --- a/help/solo_couple.md +++ b/help/solo_couple.md @@ -3,6 +3,7 @@ # Tape (`โ`) ## `โ ๐ฉ`: Solo +[โfull documentation](../doc/couple.md) Add a dimension to `๐ฉ`. @@ -23,6 +24,7 @@ Add a dimension to `๐ฉ`. ## `๐จ โ ๐ฉ`: Couple +[โfull documentation](../doc/couple.md) Join `๐จ` and `๐ฉ` along a newly created axis. diff --git a/help/sortdown_or.md b/help/sortdown_or.md index 3ca0d0ef..179ebc0a 100644 --- a/help/sortdown_or.md +++ b/help/sortdown_or.md @@ -3,6 +3,7 @@ # Logical Or (`โจ`) ## `โจ ๐ฉ`: Sort Down +[โfull documentation](../doc/order.md#sort) Sort array `๐ฉ` in descending order. @@ -11,6 +12,7 @@ Sort array `๐ฉ` in descending order. ## `๐จ โจ ๐ฉ`: Logical Or +[โfull documentation](../doc/logic.md) Logical Or of `๐จ` and `๐ฉ`. diff --git a/help/sortup_and.md b/help/sortup_and.md index 6fe95044..aa9ff8a6 100644 --- a/help/sortup_and.md +++ b/help/sortup_and.md @@ -3,6 +3,7 @@ # Logical And (`โง`) ## `โง ๐ฉ`: Sort Up +[โfull documentation](../doc/order.md#sort) Sort array `๐ฉ` in ascending order. @@ -11,6 +12,7 @@ Sort array `๐ฉ` in ascending order. ## `๐จ โง ๐ฉ`: Logical And +[โfull documentation](../doc/logic.md) Logical And of `๐จ` and `๐ฉ`. diff --git a/help/squareroot_root.md b/help/squareroot_root.md index 2215dcaa..2cfe0788 100644 --- a/help/squareroot_root.md +++ b/help/squareroot_root.md @@ -3,6 +3,7 @@ # Root (`โ`) ## `โ ๐ฉ`: Square root +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) [Pervasive.](../doc/arithmetic.md#pervasion) @@ -11,6 +12,7 @@ ## `๐จ โ ๐ฉ`: Root +[โfull documentation](../doc/arithmetic.md#basic-arithmetic) `๐จ`th root of `๐ฉ`. diff --git a/help/strand.md b/help/strand.md index 24e586e0..696bb1d5 100644 --- a/help/strand.md +++ b/help/strand.md @@ -3,6 +3,7 @@ # Undertie (`โฟ`) ## `โฟ`: Strand +[โfull documentation](../doc/syntax.md#list-notation) Create a list via [strand notation](../doc/arrayrepr.md#strands). diff --git a/help/suffixes_drop.md b/help/suffixes_drop.md index e2e8d624..b23989b5 100644 --- a/help/suffixes_drop.md +++ b/help/suffixes_drop.md @@ -3,6 +3,7 @@ # Down Arrow (`โ`) ## `โ ๐ฉ`: Suffixes +[โfull documentation](../doc/prefixes.md) Suffixes of array `๐ฉ` along its first axis. @@ -15,6 +16,7 @@ Suffixes of array `๐ฉ` along its first axis. ## `๐จ โ ๐ฉ`: Drop +[โfull documentation](../doc/take.md) For each integer in `๐จ`, drop that many elements from the beginning of each dimension of `๐ฉ`. diff --git a/help/table.md b/help/table.md index f57a4f84..c15a7316 100644 --- a/help/table.md +++ b/help/table.md @@ -3,6 +3,7 @@ # Top Left Corner (`โ`) ## `๐จ ๐ฝโ ๐ฉ`: Table +[โfull documentation](../doc/map.md) Apply `๐ฝ` between every possible pair of the elements of the arguments. diff --git a/help/transpose_reorderaxes.md b/help/transpose_reorderaxes.md index e96d7d9c..0d953d69 100644 --- a/help/transpose_reorderaxes.md +++ b/help/transpose_reorderaxes.md @@ -3,6 +3,7 @@ # Circle Backslash (`โ`) ## `โ ๐ฉ`: Transpose +[โfull documentation](../doc/transpose.md) Move the first axis of `๐ฉ` to the end. @@ -17,6 +18,7 @@ Move the first axis of `๐ฉ` to the end. ## `๐จ โ ๐ฉ`: Reorder Axes +[โfull documentation](../doc/transpose.md) Rearrange the axes of `๐ฉ` as per the axis indices in `๐จ`. diff --git a/help/undo.md b/help/undo.md index 7ada9161..c418fa8e 100644 --- a/help/undo.md +++ b/help/undo.md @@ -3,6 +3,7 @@ # Superscript Equals Sign (`โผ`) ## `๐ฝโผ ๐ฉ`, `๐จ ๐ฝโผ ๐ฉ`: Undo +[โfull documentation](../doc/undo.md) Invert the function `๐ฝ`, or use its defined inverse. Not all functions have inverses. |
