I am using beamer, I would like to know how to use
\begin{enumerate}
\end{enumerate}
in two frames and without re-starting the count.
Obviously we can't use
\begin{frame}
\begin{enumerate}
\item
\item
\end{frame}
\begin{frame}
\item
\item
\end{enumerate}
\end{frame}