On Wed, Jan 9, 2013 at 11:32 PM, John Benediktsson <mrj...@gmail.com> wrote:
>
>
> If you want to flatten, you could do this:
>
> IN: scratchpad { { 1 2 } { 3 4 } } concat .
> { 1 2 3 4 }
>
> If you want to just check the rows for membership, you could do this
> (which checks if any of the rows contained in the matrix contain the a
> particular number):
>
> IN: scratchpad 5 { { 1 2 } { 3 4 } } [ member? ] with any? .
> f
>
I was thinking ...
5 { { 1 2 } { 3 4 } } concat member?
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk