Files
harbour-core/harbour-RC1/tests/testinit.prg
2008-06-04 05:13:20 +00:00

12 lines
112 B
Plaintext

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