loops.1

This source file contains all the run time looping and branching primatives for execution within Forth high level definitions.

bounds
( a1 n1 --- a2 n2 )

This word is used to compute the bounds for a do loop. It converts an address and a count into a start and end address.

dothen
( --- )

This word is the run time handler for a 'then' statement at the end of an if/else/then statement. It is an effective do nothing and exists only as an aid to the decompiler.