From: craig dicker
Subject: hi i am tring to make some code that does this
Date: 
Message-ID: <Mo2r9.15856$Sr6.514490@ozemail.com.au>
>(match '(this a test message)'(this a test message))
T
>(match '(this a (? w) message)'(this a test message))
T
>w
test
can some one help me to work out how to ge the w

From: Marc Spitzer
Subject: Re: hi i am tring to make some code that does this
Date: 
Message-ID: <Xns92A8D25BFAFD3mspitze1optonlinenet@167.206.3.3>
"craig dicker" <·······@···········@hn.ozemail.com.au> wrote in 
···························@ozemail.com.au:

>>(match '(this a test message)'(this a test message))
> T
>>(match '(this a (? w) message)'(this a test message))
> T
>>w
> test
> can some one help me to work out how to ge the w
> 
> 
> 

this is the hyperspec master index:

http://www.lispworks.com/reference/HyperSpec/Front/X_Master.htm

click on m and read

marc 
From: arien
Subject: Re: hi i am tring to make some code that does this
Date: 
Message-ID: <MPG.181806507c1c5b11989750@news.adl.ihug.com.au>
In article <······················@ozemail.com.au>, ·······@ozemail.com 
says...
> >(match '(this a test message)'(this a test message))
> T
> >(match '(this a (? w) message)'(this a test message))
> T
> >w
> test
> can some one help me to work out how to ge the w
> 
> 
> 

wow, that looks identical to the assignment I'm trying to do at the 
moment :-)

-- 
Mel

Please post reply to newsgroup. Reply address isn't valid.
From: Vassil Nikolov
Subject: Re: hi i am tring to make some code that does this
Date: 
Message-ID: <u7kggcfys.fsf@poboxes.com>
    On Wed, 16 Oct 2002 22:27:47 +0930, arien <·············@getlost.invalid> said:

    *> In article <······················@ozemail.com.au>, ·······@ozemail.com 
    *> says...
    cd> >(match '(this a test message)'(this a test message))
    cd> T
    cd> >(match '(this a (? w) message)'(this a test message))
    cd> T
    cd> >w
    cd> test
    cd> can some one help me to work out how to ge the w

    *> wow, that looks identical to the assignment I'm trying to do at the 
    *> moment :-)

That's the best response I have seen to a request for help with a
homework...

---Vassil.

-- 
Non-googlable is googlable.
From: Shannon Lloyd
Subject: Re: hi i am tring to make some code that does this
Date: 
Message-ID: <2osr9.27771$334.66165@news-server.bigpond.net.au>
"craig dicker" <·······@···········@hn.ozemail.com.au> wrote in message
···························@ozemail.com.au...
> >(match '(this a test message)'(this a test message))
> T
> >(match '(this a (? w) message)'(this a test message))
> T
> >w
> test
> can some one help me to work out how to ge the w
>
>

hahaha, are you doing IST at UniSA?
From: arien
Subject: Re: hi i am tring to make some code that does this
Date: 
Message-ID: <MPG.1819e444a008c65989752@news.adl.ihug.com.au>
In article <·····················@news-server.bigpond.net.au>, 
·········@SPAMlikwid.com says...
> 
> "craig dicker" <·······@···········@hn.ozemail.com.au> wrote in message
> ···························@ozemail.com.au...
> > >(match '(this a test message)'(this a test message))
> > T
> > >(match '(this a (? w) message)'(this a test message))
> > T
> > >w
> > test
> > can some one help me to work out how to ge the w
> >
> >
> 
> hahaha, are you doing IST at UniSA?
> 
> 
> 

yep :-)

-- 
Mel

Please post reply to newsgroup. Reply address isn't valid.