Author | Message |
---|---|
Anon
Posts: 134
|
Posted 22:12 Oct 13, 2013 |
How do we do the union for the palindrome project? I found a document that says we can say setx | sety is the union, however, when I implement this, it doesn't work. Is there a better way to do it, or rather a way that works? Or is my logic off and that's why I can't get it working? (For part 4) Thanks for any and all help. |
rabbott
Posts: 1649
|
Posted 09:09 Oct 14, 2013 |
Check the Set API. |
Anon
Posts: 134
|
Posted 14:54 Oct 14, 2013 |
The tutorial is much easier to read than the API and probably all we will need |