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