home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 91 / af091a.adf / af91a3.lzx / prgs / welcome.b < prev    next >
Text File  |  2018-11-20  |  166b  |  12 lines

  1. dim voice%(8)
  2.  
  3. for i=0 to 8
  4.   read voice%(i)
  5. next
  6.  
  7. data 80,0,160,0,22900,64,10,0,0
  8.  
  9. x$="Welcome to ACE! The best PD Amiga BASIC compiler."
  10.  
  11. say translate$(x$),voice%
  12.