You must only use one assignment sign per assignment (AJTERR10017)
Product(s) | Karo.NET Compiler |
---|
Description
A syntax error was produced coming from using multiple assignment signs in one statement.
hello: string := "s" := "world"; // ^^ Second assignment sign found
How can I resolve this error?
Remove the syntax error.