I have a list like this:

\startitemize[1]
\item fish
\item eggs
\item milk
\stopitemize

Is there any command in ConTeXt to make this display the items as a comma-separated list, like this:

fish, eggs, milk

Or a semi-colon-separated list?

fish; eggs; milk

--Joel