test: 更新 Demo14 示例程序
- 修改导入模块,使用 os 模块替代 BuiltinUtils - 更新 syscall 调用,增加表达式计算
This commit is contained in:
parent
8eeed6f6b9
commit
b4c933e3d4
@ -1,10 +1,10 @@
|
||||
module: Main
|
||||
import: BuiltinUtils
|
||||
import: os
|
||||
|
||||
function: main
|
||||
return_type: void
|
||||
body:
|
||||
syscall("PRINT",1)
|
||||
syscall("PRINT",2222+1)
|
||||
end body
|
||||
end function
|
||||
end module
|
||||
Loading…
x
Reference in New Issue
Block a user