A syntax error was produced coming from using multiple assignment signs in one statement.
hello: string := "s" := "world"; // ^^ Second assignment sign found
Remove the syntax error.