aboutsummaryrefslogtreecommitdiff
path: root/help/+conjugate add.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/+conjugate add.md')
-rw-r--r--help/+conjugate add.md32
1 files changed, 17 insertions, 15 deletions
diff --git a/help/+conjugate add.md b/help/+conjugate add.md
index dc8a0467..37c32295 100644
--- a/help/+conjugate add.md
+++ b/help/+conjugate add.md
@@ -1,22 +1,24 @@
-Plus (`+`)
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/+conjugate add.html).*
+
+# Plus (`+`)
`+ 𝕩`: Conjugate
-```
- + 1
-1
- + ¯1
-¯1
-```
+
+ + 1
+ 1
+ + ¯1
+ ¯1
+
`𝕨 + 𝕩`: Add
`𝕨` added to `𝕩`. Either `𝕨` or `𝕩` can be a character, and if so, the other has to be a number.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
-```
- 1 + 2
-3
- 1 + 2‿3‿4
-⟨ 3 4 5 ⟩
- 'a' + 4
-'e'
-```
+
+ 1 + 2
+ 3
+ 1 + 2‿3‿4
+ ⟨ 3 4 5 ⟩
+ 'a' + 4
+ 'e'
+