Kryptostack
Operators Section Loop

Loop operators for, forall, loop and repeat.

This operators are entries in the systemdict dictionary.

for

Stack:
$ I\ I\ I\ a\ -- $

The red book for operator implemented for I only.

forall

Stack:
$ A|a|D|S|K\ a\ -- $

The red book forall loop.
Also supports stack objects for which the iteration goes from top to bottom of the stack.

loop

Stack:
$ a\ -- $

The red book loop.

repeat

Stack:
$ I\ a\ -- $

The red book repeat loop.