The Neverending Story

public string Story()
{
    while (true)
    {
        read(book);
    }
    return "Moonchild";
}
Vote up this code1