Files
harbour-core/harbour/tests/procline.prg
1999-10-04 18:46:41 +00:00

15 lines
172 B
Plaintext

//
// $Id$
//
FUNCTION Main()
? "hello 1", ProcLine(), "Expected: ", 8
? "hello 2", ProcLine(), "Expected: ", 10
? "hello 3", ProcLine(), "Expected: ", 12
RETURN NIL