Adding OS.PRG to tests

This commit is contained in:
Bil Simser
1999-05-11 07:02:46 +00:00
parent 6dec949a97
commit e54f7f18da

View File

@@ -0,0 +1,7 @@
// Testing the OS function
function Main()
QOUT( OS() )
return nil