Closed
Description
@markusicu wrote in #230 (comment):
Speaking of literals, don't enclose them in quotes. One of the stated goals here is to make messages usable as string literals in programming languages. Enclose literals in parentheses
{... {(5) :number} books}
or angle brackets{... {<5> :number} books}
or pairs of pipe symbols{... {|5| :number} books}
or similar.