;To test Say command [:say XX].	
; - Determine whether the item should be pronounced as a word, a letter,
;   a clause, a line, or a syllable; it depends on the command's option setting.
;   such as [:say word], [:say letter], [:say clause], [:say line] and 
;   [:say syllable]. 

[:np]
[:debug 2002]
[:say letter]Testing say letter[:say clause]Testing say clause.
[:sync]
[:say line]Testing say line without period
[:sync]
[:say syllable]Testing say syllable.
[:sync]
[:say clause]
