An exception occurred with the following code block
string text = "foo"
string responseText = "print: " + text;
io:println(responseText);
Error:
mismatched input 'string'. expecting {'but', ';', '?', '+', '-', '*', '/', '%', '==', '!=', '>', '<', '>=', '<=', '&&', '||', '&', '^', '...', '|', '?:', '..<'}