0098: Unknown operator
Previous0097: Too many actual parametersNext0099: Left-hand side of the assignment must be a variable
Last updated
The compiler found an unknown character sequence where a valid operator was expected.
Check the syntax and provide a known and valid operator. Valid operators are: <, <=, =, >, >=, ==, <>, +=, -=, *=, /=, &=, |=, ^=, ~=, %=, >>=, <<=, #=, +=@, -=@.
Last updated