diff options
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 - - |
