home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
597a.lha
/
GodelCalc_v0.01
/
MOVETO.GCMN
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-28
|
173 b
|
12 lines
/* Test Godel_Calc ARexx Macro */
parse arg location sheet
do i=0 to 4
do j=0 to 4
cmd='move to [' i ',' j '] ' sheet
cmd
'ent test' sheet
end
end