I would like to generate an algorithm with the algorithmic package which does not show the annoying closing statements when I typeset it. I have done this before but have now forgotten how to do it. Specifically,
\FORALL Natural numbers N
\STATE N=N-1 !
\ENDFOR
I'd prefer that the final \ENDFOR statement not show up after typesetting as this just needlessly chews up space.