* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
PROCEDURE Main()
|
|
|
|
? "hello 1", ProcLine(), "Expected: ", 8
|
|
|
|
? "hello 2", ProcLine(), "Expected: ", 10
|
|
|
|
? "hello 3", ProcLine(), "Expected: ", 12
|
|
|
|
RETURN
|