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

Prints the specified text.

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

Syntax

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

Parameters

text
String
The text.

See Also