Files
harbour-core/harbour/tests/testbrdb.prg
1999-10-16 07:08:52 +00:00

16 lines
121 B
Plaintext

/*
* $Id$
*/
// Testing Browse()
function Main()
SET COLOR TO "W+/B"
CLS
USE Test
Browse()
return nil