/usr/share/zsh/help/continue is in zsh-common 5.0.7-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 | continue [ n ]
       Resume the next iteration of the enclosing  for,  while,  until,
       select  or  repeat  loop.   If  n is specified, break out of n-1
       loops and resume at the nth enclosing loop.
 |