11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
module: Main
|
|
import: os
|
|
function: print
|
|
parameter:
|
|
declare i1: int
|
|
return_type: void
|
|
body:
|
|
syscall("PRINT",i1)
|
|
end body
|
|
end function
|
|
end module |