Logo

Programming-Idioms

History of Idiom 42 > diff from v22 to v23

Edit summary for version 23 by :

Version 22

2015-10-29, 14:05:14

Version 23

2015-11-30, 12:37:28

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 in not contained in list b.
For this, write an outer loop to iterate on a and an inner loop to iterate on b.