diff options
Diffstat (limited to 'help/indices_replicate.md')
| -rw-r--r-- | help/indices_replicate.md | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/help/indices_replicate.md b/help/indices_replicate.md index 9ffad842..4d4d5515 100644 --- a/help/indices_replicate.md +++ b/help/indices_replicate.md @@ -1,25 +1,23 @@ *View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/indices_replicate.html).* # Solidus (`/`) - + ## `/ 𝕩`: Indices - + Repeat the index of each element in `𝕩` by the element's value. `𝕩` must be rank 1. - + / 1‿2‿3 / 1‿0‿1 - - + + ## `𝕨 / 𝕩`: Replicate - + Repeat each major cell in `𝕩` by the corresponding element in `𝕨`. - + Atomic `𝕨` applies to all elements. - + 3 / "copy" 1‿0‿1 / 1‿2‿3 - - |
