I would say first most important thing:
You are not using the assignment operator =. That’s important as you need to give a value to the variable myStr
also, do not use a line break, you need to use the special character for that. In your code the string should be only one line.