Logo

Programming-Idioms

History of Idiom 42 > diff from v42 to v43

Edit summary for version 43 by Naed:
typo

Version 42

2021-04-06, 12:23:56

Version 43

2021-08-15, 19:09:48

Idiom #42 Continue outer loop

Print each item v of list a which in not contained in list b.
For this, write an outer loop to iterate on a and an inner loop to iterate on b.

Idiom #42 Continue outer loop

Print each item v of list a which is not contained in list b.
For this, write an outer loop to iterate on a and an inner loop to iterate on b.

Control flow jumping back to the beginning of the outermost loop
Variables
v,a,b
Variables
v,a,b