Re: PIZZA time again :-)

From: mAsterdam <mAsterdam_at_vrijdag.org>
Date: Fri, 02 Sep 2005 21:43:17 +0200
Message-ID: <4318ab52$0$11069$e4fe514c_at_news.xs4all.nl>


mAsterdam wrote:
> dawn wrote:
>> mAsterdam wrote:
[snip]

>> I can imagine an interleave function that alternates ingredients from
>> both lists and yields a pizza with salami on it twice (I think I'll
>> pass on it, however).  --dawn

[snip]
>>> Should
>>>
>>> merge([[salami, buttonmushroom, mozarella, onions][salami, artichoke,
>>> mozarella]], M).
>>>
>>> succeed with
>>> M = [salami, buttonmushroom, artichoke, mozarella, onions]
>>> M = [salami, artichoke, buttonmushroom, mozarella, onions]
>>>
>>> or just the first one (because of the order of the lists)?

I think

merge([[salami, buttonmushroom, buttonmushroom, mozarella],

        [salami, mozarella, onions]], M).

should succeed with:
M = [salami, buttonmushroom, buttonmushroom, mozarella, onions]. Received on Fri Sep 02 2005 - 21:43:17 CEST

Original text of this message