Click or drag to resize
MooshPrompt Method
Prints a string, and awaits the user's response.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string Prompt(
	string prompt
)

Parameters

prompt
Type: SystemString
The string to print. ": " will be appended afterwards.

Return Value

Type: String
Console.ReadLine();
See Also