home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
smart
/
macros
/
testloop.rex
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-06-13
|
152 b
|
10 lines
/* LOOP */
LineNum = 1
do until LineNum = 0
S_GOTO_LINE LineNum
S_GOTO_COL 1
LineNum = LineNum + 1
end