Syntax - ’ - Base 250 Number Terminator
Characters: ’
The beginners' page has a more thorough explanation of Jelly syntax and tokenization.
Functionality
Terminates a base-250 compressed number.
Details
Each character is mapped to its index in Jelly's codepage, where ¡ is 1 and ż is 250, and then the digits are evaluated in base 250. For example, “ṄBṭ/Ḷ£Þ⁻’ evaluates to 12345678901234567890. See the integer compression tool for more information and for a tool to automatically compress number literals. Also see “ (Begin String Literal).