diff options
Diffstat (limited to 'help/character.md')
| -rw-r--r-- | help/character.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/help/character.md b/help/character.md new file mode 100644 index 00000000..7f1e3487 --- /dev/null +++ b/help/character.md @@ -0,0 +1,10 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/character.html).* + +# Single Quote (`'`) + +## `'c'`: Character +[→full documentation](../doc/syntax.md#constants) + +A character literal whose value is the character between quotes. Any character can be used, even `'` and newline. + + 'a'‿'b' |
