8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
// Testing the VERSION function
|
|
|
|
function Main()
|
|
|
|
QOUT( VERSION() )
|
|
|
|
return nil
|