Difference between revisions of "+functions/mutterfn"

From Masq
(Created page with ''''mutter(<text string>)''' This function returns a text string with random words dropped out. To preserve a substring, enclose it in angular braces <>. For example, <tt>> s…')
 
m
 
Line 12: Line 12:
  
 
You say "The cat ... on..."</tt>
 
You say "The cat ... on..."</tt>
 +
[[Category:Help]]
 +
[[Category:+help]]

Latest revision as of 18:31, 4 January 2011

mutter(<text string>)


This function returns a text string with random words dropped out. To preserve a substring, enclose it in angular braces <>. For example,

> say mutter(The cat sat on the mat.)

You say "... sat... the..."


> say mutter(<The cat> sat on the mat.)

You say "The cat ... on..."