* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
21 lines
202 B
Plaintext
21 lines
202 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
// see also hrb.prg
|
|
|
|
FUNCTION Msg()
|
|
|
|
? "Function called from .hrb"
|
|
|
|
RETURN .T.
|
|
|
|
FUNCTION Msg2()
|
|
RETURN Msg()
|
|
|
|
INIT PROCEDURE MsgInit()
|
|
|
|
? "INIT PROCEDURE in .hrb"
|
|
|
|
RETURN
|