diff options
Diffstat (limited to 'help/table.md')
| -rw-r--r-- | help/table.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/help/table.md b/help/table.md new file mode 100644 index 00000000..dd190660 --- /dev/null +++ b/help/table.md @@ -0,0 +1,13 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/table.html).* + +# Top Left Corner (`⌜`) + +## `𝕨 𝔽⌜ 𝕩`: Each + +Apply `𝔽` between every possible pair of the elements of the arguments. + + 1‿2‿3‿4 +⌜ 4‿5‿6‿7 + + "abc" ∾⌜ "xyz" + + |
