diff options
Diffstat (limited to 'help/under.md')
| -rw-r--r-- | help/under.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/help/under.md b/help/under.md new file mode 100644 index 00000000..0eb86091 --- /dev/null +++ b/help/under.md @@ -0,0 +1,22 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/under.html).* + +# Circle Jot (`βΎ`) + +## `π½βΎπΎ π©`, `π¨ π½βΎπΎ π©`: Under + +- Apply transformation `πΎ` to all arguments +- Apply `π½` to the transformed arguments +- Undo transformation `πΎ` + +Where `πΎ` must be + +1. A function invertible by `βΌ` (Undo) +2. A structural modification + + 9βΎ(1βΈβ) 1βΏ2βΏ3 + + ββΌ (β1) + (β9) + + 1 +βΎβ 9 + + |
