home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Global Amiga Experience
/
globalamigaexperience.iso
/
graphic
/
painting
/
arteffectdemo
/
shellscripts
/
help
< 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
|
1995-07-10
|
198 b
|
15 lines
/* list commands and their templates
*/
options results
address "ArtEffect"
help STEM me.
do i=0 to me.commandlist.count-1
help me.commandlist.i
say "Command" i+1 || ": " || result
say
end