test: 更新 Demo15 文件
This commit is contained in:
parent
2e4b76dfe2
commit
e0ad945202
@ -1,9 +1,13 @@
|
||||
module: Main
|
||||
import: os
|
||||
globals:
|
||||
declare num1:int=10
|
||||
function: main
|
||||
|
||||
return_type: void
|
||||
body:
|
||||
print(222)
|
||||
declare num1:int=11
|
||||
print(num1)
|
||||
end body
|
||||
end function
|
||||
end module
|
||||
Loading…
x
Reference in New Issue
Block a user