Files
oraset/examples/test_error3.oraset
T
2026-04-24 21:54:58 +08:00

9 lines
113 B
Plaintext

!! 测试错误显示功能
!! 语法错误:缺少分号
x = 10
!! 这行应该正常执行
y = 20;
show(y);