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