Product Site

C.1.4. Error 6 - Unmatched "/*" or quote.

Explanation:

A comment or literal string was started but never finished. This could be because the language processor detected:
  • The end of the program (or the end of the string in an INTERPRET instruction) without finding the ending "*/" for a comment or the ending quotation mark for a literal string
  • The end of the line for a literal string.

The associated subcodes are:
001

Unmatched comment delimiter ("/*") on line line_number.
002

Unmatched single quote (').
003

Unmatched double quote (").
900

message.