This code does not work. Here is a better better explanation of the problem.I have two lists

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
john massey wrote:

Code:
augment(⌊JONL1,⌊JONL5→⌊OVER
To augment something, you make it greater. This would (probably) work if both lists had the same number of elements, except elements one of ⌊JONL1 &⌊JONL5 would be added together to form element one of ⌊OVER, and same for every other element.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 2 of 2
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement