# 错误(1101)

# 错误信息

%1!s!

# 产生原因

模型文本不符合 Modelica 词法.

# 示例

model Error_1101
  Real x  // 缺少表示结尾的分号";"
end Error_1101;