Files
harbour-core/harbour-RC1/tests/os.prg
2008-06-04 05:13:20 +00:00

12 lines
88 B
Plaintext

//
// $Id$
//
// Testing the OS function
function Main()
QOUT( OS() )
return nil