home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
edit
/
mg
/
rexx
/
line.mg
< prev
next >
Wrap
Text File
|
1990-06-02
|
146b
|
11 lines
/* exercise the rexx-line command */
options results
options failat 2
'rexx-line'
save = result
'end-of-buffer'
'rexx-insert' '"'save'"'
exit 0