LEX031
LEX031 — char literals are not supported
| Subsystem | Lexical |
| Severity | error |
q64 has no character-literal type, so 'a' is invalid. Use a one-character string "a", or a numeric code point if you need the integer value.
From your terminal:
q64 explain LEX031