diff options
Diffstat (limited to 'help/rank_equals.md')
| -rw-r--r-- | help/rank_equals.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/help/rank_equals.md b/help/rank_equals.md new file mode 100644 index 00000000..9a451009 --- /dev/null +++ b/help/rank_equals.md @@ -0,0 +1,30 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/rank_equals.html).* + +# Equal (`=`) + +## `= 𝕩`: Rank + +Returns the number of dimensions in `𝕩`. + + + = 0 + + = 3⥊0 + + = 3‿3⥊0 + + 3‿3‿3 ⥊ ⟨⟨0⟩⟩ + + + +## `𝕨 = 𝕩`: Equal To + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + 1 = 3 + + 2‿3‿0 = 3‿1‿0 + + 'a' = 'a' + + |
