From 2c50d91ec7eb8bc7890befe874a0b93729c2437e Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:48:16 +0530 Subject: add h2s remove copied output, ascii filenames --- help/conjugate_add.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 help/conjugate_add.md (limited to 'help/conjugate_add.md') diff --git a/help/conjugate_add.md b/help/conjugate_add.md new file mode 100644 index 00000000..0ed0c332 --- /dev/null +++ b/help/conjugate_add.md @@ -0,0 +1,24 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/conjugate_add.html).* + +# Plus (`+`) + +## `+ 𝕩`: Conjugate + + + 1 + + + ¯1 + + +## `𝕨 + 𝕩`: Add + +## `𝕨` added to `𝕩`. Either `𝕨` or `𝕩` can be a character, and if so, the other has to be an integer. + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + 1 + 2 + + 1 + 2‿3‿4 + + 'a' + 4 + + -- cgit v1.2.3 From edddb9be0aa1f03c8608d3dabf7ccfea3fdde206 Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:52:35 +0530 Subject: fix erratic h2s --- help/conjugate_add.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/conjugate_add.md') diff --git a/help/conjugate_add.md b/help/conjugate_add.md index 0ed0c332..5ac05396 100644 --- a/help/conjugate_add.md +++ b/help/conjugate_add.md @@ -11,7 +11,7 @@ ## `𝕨 + 𝕩`: Add -## `𝕨` added to `𝕩`. Either `𝕨` or `𝕩` can be a character, and if so, the other has to be an integer. +`𝕨` added to `𝕩`. Either `𝕨` or `𝕩` can be a character, and if so, the other has to be an integer. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) -- cgit v1.2.3