home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / painting / arteffectdemo / shellscripts / help < prev    next >
Encoding:
Text File  |  1995-07-10  |  198 b   |  15 lines

  1. /* list commands and their templates
  2.  */
  3.  
  4. options results
  5.  
  6. address "ArtEffect"
  7.  
  8. help STEM me.
  9.  
  10. do i=0 to me.commandlist.count-1
  11.     help me.commandlist.i
  12.     say "Command" i+1 || ": " || result
  13.     say 
  14. end
  15.