speak
Speaks a value.
Syntax
-
speak(X)
-
X
is 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"))