diff options
Diffstat (limited to 'help/identity_left.md')
| -rw-r--r-- | help/identity_left.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/help/identity_left.md b/help/identity_left.md new file mode 100644 index 00000000..dabe6cc7 --- /dev/null +++ b/help/identity_left.md @@ -0,0 +1,21 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/identity_left.html).* + +# Left Tack (`⊣`) + +## `⊣ 𝕩`: + +Return `𝕩`. + + ⊣ 5 + + + +## `𝕨 ⊣ 𝕩`: Left + +Return `𝕨`. + + 5 ⊣ 8 + + 'a' ⊣ 1‿2‿3 + + |
