Files
harbour-core/harbour/tests/testinit.prg
Ron Pinkas 30020a437f 20000522-09:40 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* include/hbextern.ch
     + Added HB_STRUCTURE to list of Externals
2000-05-22 16:47:45 +00:00

12 lines
112 B
Plaintext

INIT PROCEDURE Init()
? "In Init"
RETURN
PROCEDURE MAIN()
? "Should NEVER see this message!!!"
RETURN