bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] String element of general array


From: Blake McBride
Subject: Re: [Bug-apl] String element of general array
Date: Fri, 9 May 2014 06:27:20 -0500

Thanks to all!  Very cool!  I feel comfortable creating, unpacking, and moving general arrays, but that's the extent of it.  I'll have to get some of this new stuff in my head.

Thanks for the help!

Blake



On Fri, May 9, 2014 at 12:10 AM, Daniel H. Leidisch <address@hidden> wrote:
Hello!

Blake McBride <address@hidden>
writes:

> x←'abcd'  'efg'  'hijkl'
>
> Now, if I have:
>
> y←'hijkl'
>
> z←'hhh'
>
> How can I tell if y is in x?  How can I tell if z is in x?

Or for both at once:

      (y z)∊x
1 0


Regards,

Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]