* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
16 lines
126 B
Plaintext
16 lines
126 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
// Testing SET
|
|
|
|
PROCEDURE Main()
|
|
|
|
LOCAL n
|
|
|
|
FOR n := 1 TO _SET_COUNT
|
|
? Set( n )
|
|
NEXT
|
|
|
|
RETURN
|