Click or drag to resize
MooshPromptN Method
Prints a string and a newline, 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 PromptN(
	string prompt
)

Parameters

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

Return Value

Type: String
Console.ReadLine();
See Also