These types of questions are perfect for the Method Finder.<br><br>From the world menu, select open, Method Finder. A SelectorBrowser window appears.<br><br>Type this into the upper left pane:<br><br>#(1 2 3 4 5) .  #(a b c) . #(1 a 2 b 3 c 4 5)<br>
<br>And press Enter. A message appears &quot;No single method does that function.&quot; &quot;The Method Finder doesn&#39;t know of any message that sends those arguments to the receiver and returns that result.&quot;<br>
<br>The Method Finder has a bunch of selectors preloaded and when you execute it, It sends all of them that match the number of arguments to the receiver and checks it against the expected result. <br><br>Nifty and cool for questions like this.<br>
<br>I also tried another example (based of Sergio&#39;s answer):<br><br>#(1 2 3 4 5) . #(a b c) . #(1 2 3 4 5 a b c).<br><br>And got back the message #, <br><br><br>--David<br><a href="http://www.withaguide.com">http://www.withaguide.com</a><br>