For the complete documentation index, see llms.txt. This page is also available as Markdown.

0098: Unknown operator

The compiler found an unknown character sequence where a valid operator was expected.

Possible solutions:

  • Check the syntax and provide a known and valid operator. Valid operators are: <, <=, =, >, >=, ==, <>, +=, -=, *=, /=, &=, |=, ^=, ~=, %=, >>=, <<=, #=, +=@, -=@.

Last updated