home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #4
/
amigaacscoverdisc1998-041998.iso
/
utilities
/
commercialdemos
/
arteffect2.0
/
rexx
/
twirl.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1997-04-11
|
243b
|
18 lines
/*
domethod demonstration
Copyright © 1997
Author: A. Pratsch
*/
options results
address "ArtEffect"
domethod twirl 'angle -20'
if rc~=0 then say rc2
domethod quit twirl angle 20
if rc~=0 then say rc2
domethod quit antique 'grayscale'