12 lines
88 B
Plaintext
12 lines
88 B
Plaintext
//
|
|
// $Id$
|
|
//
|
|
|
|
// Testing the OS function
|
|
|
|
function Main()
|
|
|
|
QOUT( OS() )
|
|
|
|
return nil
|