* (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
16 lines
176 B
Plaintext
16 lines
176 B
Plaintext
|
|
PROCEDURE Main()
|
|
|
|
LOCAL nCount
|
|
|
|
USE test
|
|
|
|
dbGoto( 4 )
|
|
? RecNo()
|
|
COUNT TO nCount
|
|
? RecNo(), nCount
|
|
COUNT TO nCount NEXT 10
|
|
? RecNo(), nCount
|
|
|
|
RETURN
|