home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
util
/
mg-3b.lha
/
mg-3b
/
REXX
/
line.mg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1990-06-02
|
146 b
|
11 lines
/* exercise the rexx-line command */
options results
options failat 2
'rexx-line'
save = result
'end-of-buffer'
'rexx-insert' '"'save'"'
exit 0