Nemerle Documentation

IO.CheckInput Method 

Checks if input consist exactly of given string (all consecutive sequences of whitespaces in string and input are treated as single whitespace character, thus they match each other)

public static void CheckInput(
   string str,
   TextReader input
);

See Also

IO Class | Nemerle Namespace