* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
16 lines
135 B
Plaintext
16 lines
135 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
INIT PROCEDURE Init()
|
|
|
|
? "In Init"
|
|
|
|
RETURN
|
|
|
|
PROCEDURE Main()
|
|
|
|
? "Should NEVER see this message!!!"
|
|
|
|
RETURN
|