4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
function Main(args)
|
||
|
? "here is my code"
|
||
|
? "hello"
|
||
|
end function
|