LoopCore

By Andrew Owen
Released under the MIT license

Notes:

Implements basic loops

times ( n quot -- ... )

Call quot n times

while ( pred quot -- ... )

Call quot while pred leave true at the top of the stack

break ( -- ! )

Break out of a loop body

continue ( -- ! )

End this iteration of a loop body