* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
|
/* TOFIX: Compiles fine with Clipper, fails with Harbour */
|
|
|
|
PROCEDURE Main()
|
|
|
|
LOCAL bPad := {| nNum | nNum + nSpan }
|
|
LOCAL nSpan := 1
|
|
|
|
RETURN
|