~~NOTOC~~ <= [[4rpl:start| Index]] \\ <= [[4rpl:start#Flow Control]] ====== loop ====== loop ===== Description ===== Terminates the ‘do’ instruction loop . Control flow will return to the ‘do’ instruction until the Index is equal to the Limit. ===== Examples ===== do(5 0) trace(I) loop <=[[4rpl:start| Index]]