speak
Speaks a value.
Syntax
-
speak(X)-
Xis any object
-
Description
speak(X) speaks the contents of X synchronously. The playback can be paused and aborted.
Examples
speak("This text will be spoken.")
speak(ExampleData("Alice in Wonderland"))