8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
// Testing the OS function
|
|
|
|
function Main()
|
|
|
|
QOUT( OS() )
|
|
|
|
return nil
|