Adding OS.PRG to tests
This commit is contained in:
7
harbour/tests/working/os.prg
Normal file
7
harbour/tests/working/os.prg
Normal file
@@ -0,0 +1,7 @@
|
||||
// Testing the OS function
|
||||
|
||||
function Main()
|
||||
|
||||
QOUT( OS() )
|
||||
|
||||
return nil
|
||||
Reference in New Issue
Block a user