9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
module: Main
|
|
function: main
|
|
returns: void
|
|
body:
|
|
declare abc:int =1
|
|
end body
|
|
end function
|
|
end module
|