Initial commit: Oraset programming language with documentation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
!! 测试错误显示功能
|
||||
|
||||
!! 语法错误:缺少分号
|
||||
x = 10
|
||||
|
||||
!! 这行应该正常执行
|
||||
y = 20;
|
||||
show(y);
|
||||
Reference in New Issue
Block a user