This code does not work. Here is a better better explanation of the problem.I have two lists
Code:
and
Code:
I want to create a third variable
Code:
That combine the two lists and remove the duplicates. I was surprised to find that the code below does not work
Code:
Code:
{3 4 9 10}→⌊JONL1
and
Code:
{3 4 7}→⌊JONL5
I want to create a third variable
Code:
{3 4 7 9 10}→⌊OVER
That combine the two lists and remove the duplicates. I was surprised to find that the code below does not work
Code:
augment(⌊JONL1,⌊JONL5→⌊OVER