Syntax - ‘ - Codepage Index List Terminator
Characters: ‘
Tags: literal , number , array
The beginners' page has a more thorough explanation of Jelly syntax and tokenization.
Functionality
Terminates a codepage index list.
Details
Each character is mapped to its index in Jelly's codepage, where ¡ is 0 and ż is 249. For example, “¢¤dI‘ evaluates to [1, 3, 100, 73]. Also see “ (Begin String Literal).