【发布时间】:2018-11-05 07:28:23
【问题描述】:
以下代码块发生异常
string text = "foo"
string responseText = "print: " + text;
io:println(responseText);
错误:
mismatched input 'string'. expecting {'but', ';', '?', '+', '-', '*', '/', '%', '==', '!=', '>', '<', '>=', '<=', '&&', '||', '&', '^', '...', '|', '?:', '..<'}
【问题讨论】:
标签: ballerina