home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_oth / basicprg.lzh / FF_013 / TALK.BAS < prev    next >
Encoding:
BASIC Source File  |  1991-07-15  |  156 b   |  7 lines

  1. 10    print "Please enter your text"
  2. 20    line input text$
  3. 30    if text$="" then end
  4. 40    ph$=translate$(text$)
  5. 50    i%=narrate(ph$,a%())
  6. 60    goto 10
  7.