home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CDRom / asimcd30.dms / in.adf / ARexx_Samples / AsimTunes / random_play.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-06-17  |  213 b   |  14 lines

  1. /*  This example will demonstrate the use of the random_play command
  2.     in AsimTunes.
  3.  
  4.     (C)1993-1995 Asimware Innovations Inc.                               */
  5.  
  6.  
  7.  
  8. address "AsimTunes_ARexx"
  9.  
  10.  
  11. random_play
  12.  
  13. exit
  14.