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