need ideas re loops

David McNab <[email protected]> Sat, 13 Nov 2004 14:54:54 +1300
Newsgroups gmane.comp.lang.forth.picforth
Message-ID <[email protected]>
Hi,

I'm looking for ideas regarding loop control.

As a python and C programmer, I've been totally spoilt by 'break' and 
'continue', which don't seem to be available in PicForth.

Does anyone have ideas for the best/cleanest way to implement these in 
PicForth, for begin..again, begin..until and begin..while..repeat loops?

-- 
Cheers
David