[This is preliminary documentation and is subject to change.]

Says the specified text.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute("say")]
public static void Say(
	string text
)
<CommandAttribute("say")> _
Public Shared Sub Say ( _
	text As String _
)
[CommandAttribute(L"say")]
public:
static void Say(
	String^ text
)

Parameters

text
String
The text.

See Also