Break Iterate Block

Knowing that pkp has an extension of smarty “foreach”, how do we break an “iterate” loop?

{iterate from=xxx item=yyy}
{if condition}
{break}
{/if}
{/iterate}

does not work.

Thanks

maybe {php}continue;{/php}