I guess your & allergy hits you for anything you inspect?

Here's a variation on cut which will do the job:

   simplercut=: [: <;._1 ' ' , ]

   N=:'x+y x-y x<.y x>.y'
   simplercut N
+---+---+----+----+
|x+y|x-y|x<.y|x>.y|
+---+---+----+----+

I hope this helps.

-- 
Raul


On Sun, Nov 2, 2014 at 1:08 PM, Linda Alvord <lindaalv...@verizon.net>
wrote:

> Thanks Raul,
>
> Cut works but has too many  & and @'s and all sorts of other stuff.
>
> I got what I wanted with
>
>      M=:'+ - <. >.'
>    ,.<"1 'x ',"1 (>;:M),"1' y'
> -------┐
> │x +  y│
> +------+
> │x -  y│
> +------+
> │x <. y│
> +------+
> │x >. y│
> L-------
>
> I can't find where to get "html" or "rich text" in the current Outlook.
> Sorry.
>
> Linda
>
> -----Original Message-----
> From: programming-boun...@forums.jsoftware.com
> [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Linda
> Alvord
> Sent: Sunday, November 2, 2014 9:07 AM
> To: programm...@jsoftware.com
> Subject: [Jprogramming] This surprised me.
>
>   M=:'+ - <. >.'
>
>    ;:M
>
> --T-T--T--┐
> │+│-│<.│>.│
> L-+-+--+---
>
>    N=:'x+y x-y x<.y x>.y'
>
>    ;:N
>
>
>
> I wanted 4  boxes for N
>
> Linda
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to