diff options
Diffstat (limited to 'help/fold.md')
| -rw-r--r-- | help/fold.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/help/fold.md b/help/fold.md index 33b2e0f5..24c79f30 100644 --- a/help/fold.md +++ b/help/fold.md @@ -1,9 +1,9 @@ *View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/fold.html).* # Acute Accent (`ยด`) - + ## `๐ฝยด ๐ฉ`: Fold - + Fold over `๐ฉ` with `๐ฝ` from right to left i.e. Insert `๐ฝ` between the elements of `๐ฉ`. `๐ฉ` must be a simple list (`1 = =๐ฉ`). @@ -16,11 +16,11 @@ Fold over `๐ฉ` with `๐ฝ` from right to left i.e. Insert `๐ฝ` between the e 1-2-3 - + ## `๐จ ๐ฝยด ๐ฉ`: Fold With initial - + Monadic fold, but use `๐จ` as initial right argument. - + 5 +ยด 1โฟ2โฟ3 1+2+3+5 @@ -28,5 +28,3 @@ Monadic fold, but use `๐จ` as initial right argument. 5 -ยด 1โฟ2โฟ3 1-2-3-5 - - |
