goForward()
Moves forward one item in the back-forward list.
Declaration
func goForward()Discussion
This method works by changing the current item to the item that follows it. This method raises an internalInconsistencyException exception if no item follows the current item.