Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/cmd/4th/lib/say.4th

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


\ 4tH library - SAY - Copyright 2007,2009 J.L. Bezemer
\ You can redistribute this file and/or modify it under
\ the terms of the GNU General Public License

\ Note that this library file requires you have installed
\ FESTIVAL, which can be obtained here:
\ http://www.cstr.ed.ac.uk/projects/festival

[UNDEFINED] say [IF]
: say                                  ( a n -- f)
  cout >r s" festival --tts" output pipe [+] open error? dup >r
  if drop 2drop else dup use -rot type close then r> r> use
;
[THEN]
  

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.