Exiting "repeat through table"

How do I exit a “repeat through table” statement? I want to check each line until I find the one that matches and then stop. (It has to stop because it prints an error if it gets to the end of the table without finding a match.)

You can use “break” to leave the current loop. Check out Chapter 11.12.

If you want to exit from a rulebook completely, can do “rule succeeds,” “rule fails,” or “make no decision.” - or any of the specific rulebook results. You can also exit from a phrase with “stop.” And of course a to decide phrase can be exited with “decide on …”