* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
12 lines
110 B
Plaintext
12 lines
110 B
Plaintext
// Testing SET
|
|
|
|
PROCEDURE Main()
|
|
|
|
LOCAL n
|
|
|
|
FOR n := 1 TO _SET_COUNT
|
|
? Set( n )
|
|
NEXT
|
|
|
|
RETURN
|