diff options
Diffstat (limited to 'help/constant.md')
| -rw-r--r-- | help/constant.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/help/constant.md b/help/constant.md new file mode 100644 index 00000000..0939831c --- /dev/null +++ b/help/constant.md @@ -0,0 +1,13 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/constant.html).* + +# Dot Above (`˙`) + +## `𝔽˙ 𝕩`, `𝕨 𝔽˙ 𝕩`: Constant + +Returns a function that will always return `𝕗`. + + "hello" (1 ˙) 2 + + "hello" ({𝕨+𝕩} ˙) 2 + + |
