Files
harbour-core/harbour/tests/os.prg
1999-10-04 18:46:41 +00:00

12 lines
88 B
Plaintext

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