Skip to content

LEX031

LEX031 — char literals are not supported

SubsystemLexical
Severityerror

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:

Terminal window
q64 explain LEX031