diff options
Diffstat (limited to 'help/choose.md')
| -rw-r--r-- | help/choose.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/help/choose.md b/help/choose.md new file mode 100644 index 00000000..c6af346b --- /dev/null +++ b/help/choose.md @@ -0,0 +1,19 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/choose.html).* + +# Circle with Lower Right Quadrant (`βΆ`) + +## `π½βΆπ π©`, `π¨ π½βΆπ π©`: Choose + +Apply `π½` to the arguments and pick a function from list `π`. Apply the picked function to the arguments. + + F β β’βΆ+βΏ-βΏΓ·βΏΓ + + F 0 + + F 1 + + F 2 + + F 3 + + |
