Files
harbour-core/harbour/contrib/tprepro/test.scr
Patrick Mast e03f21354b 2001-06-07 20:39 GMT+1 Patrick Mast <harbour@PatrickMast.com>
* contrib/tprepro/tprepro.prg
     + Added TestPrePro tes test preprocessor output
   + test.scr file. This is a test script
2001-06-07 18:44:00 +00:00

14 lines
113 B
Plaintext

/*
* $Id$
*/
function main()
local a:="test"
? a
USE "test.dbf" ALIAS test SHARED NEW
return nil