END


    END
Halt the program.

    ' Stop the program if the user is bored.
    INPUT "Do you want to play again (Y/N}?"; answer
    IF answer = "Y" OR answer = "y" THEN
        END
    END IF