* contrib/tprepro/tprepro.prg
+ Added TestPrePro tes test preprocessor output
+ test.scr file. This is a test script
14 lines
113 B
Plaintext
14 lines
113 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
function main()
|
|
|
|
local a:="test"
|
|
? a
|
|
|
|
USE "test.dbf" ALIAS test SHARED NEW
|
|
|
|
return nil
|
|
|