home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 1
/
FFMCD01.bin
/
bbs
/
libdisks
/
d700t799
/
disk737.lha
/
AMPlotDemo
/
samples
/
rexxdemo.rexx
< 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
OS/2 REXX Batch file
|
1992-09-26
|
208 b
|
8 lines
/* RexxDemo.rexx.
This is a simple macro to add 2 datapoint marks to a plot and
is used in conjunction with the datafile RexxDemo.dat
*/
address "AMPlot.1"
mark 1e+06 593.1 9
mark 1e+06 127.8 5
endmacro