Syntax - ”
- Character Literal
Characters: ”
The beginners' page has a more thorough explanation of Jelly syntax and tokenization.
Functionality
Outside of a string, turn the next character into a literal.
Details
This is a single character literal, so it is a one-character Python str
object. Single-character strings in Jelly are a singleton list containing a character. This is also String Literal Terminator (”
).