diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 17:06:40 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 17:06:40 -0500 |
| commit | c9bc3e80280fd8a38f6297de80196dcbff9c28d9 (patch) | |
| tree | 6be559af4ebeab26168836a8fb4d0b4734ecee85 /help/before_bind.md | |
| parent | 3d78f125185ce47784245d6619f2878a6ad1b587 (diff) | |
Remove trailing whitespace from help/ markdown sources
Diffstat (limited to 'help/before_bind.md')
| -rw-r--r-- | help/before_bind.md | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/help/before_bind.md b/help/before_bind.md index f47a8243..c21f03e3 100644 --- a/help/before_bind.md +++ b/help/before_bind.md @@ -1,43 +1,41 @@ *View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/before_bind.html).* # Multimap (`βΈ`) - + ## `πβΈπΎ π©`: Bind Left - + Supply `π` as a left argument to `πΎ` (`π πΎ π©`). - + `π` is a constant, `πΎ` must be dyadic. - + 3βΈ- 9 3 - 9 - - + + ## `π½βΈπΎ π©`: Before - -Apply `π½` to `π©`, and supply it as a left argument to `πΎ` (`(π½ π©) πΎ π©`). - + +Apply `π½` to `π©`, and supply it as a left argument to `πΎ` (`(π½ π©) πΎ π©`). + `π½` must be monadic, `πΎ` must be dyadic. - + -βΈ+ 9 - + 9 (- 9) + 9 - - + + ## `π¨ π½βΈπΎ π©`: Dyadic Before - + Apply `π½` to `π¨`, and supply it as a left argument to `πΎ` (`(π½ π¨) πΎ π©`). - + `π½` must be monadic, `πΎ` must be dyadic. - + 2 -βΈ+ 1 2 - + 1 (- 2) + 1 - - |
