nobar simplified?
nobar=: ({. , _2 {:\ ])@:":
|Date: Sun, 12 Jul 2020 16:07:11 -0400
|From: Arthur Anger
|To: [email protected]
|Subject: Re: [Jprogramming] Boxing Issues
|Message-ID:
|Content-Type: text/plain; charset=us-ascii
|
|Skip--
|For some years,I have been deleting horizont
Arthur's nobar:
nobar=: (((1&|.@ (_1 0&,@ (((9{ 9!:6 '')&=@ ({."1))# i.@ #))) {"2 ])@
":)
David's nobar:
nobar1=: ({. , _2 {:\])@:":
Test:
]r=.;/(30?30){?10#10 100 1000
┌───┬─┬──┬─┬───┬───┬───┬──┬─┬───┬──┬─┬─┬──┬───┬───┬──┬─┬───┬───┬─┬──┬──┬──┬───┬─┬──┬─┬─┬─┐
│716│1│53│7│337│488│565│87│8│508
I would say:
nobar2=: }.@}:@nobar1
]r=.;/(30?30){?10#10 100 1000
+--+---+--+---+-+-+-+-+---+--+-+--+-+--+--+-+---+---+-+--+---+---+--+-+-+---+---+-+--+---+
|40|769|23|460|9|1|9|6|430|57|2|22|5|55|16|3|589|484|3|29|628|430|91|2|2|665|987|9|43|849|
+--+---+--+---+-+-+-+-+---+--+-+--+-+--+--+-+--
You could do something like this:
9!:7(_11{.'| ')
wrote:
>
> When working in JQT with some of the non-standard-width characters in a.,
> the boxing formatting is incorrect.
> Here's a link to a screenshot (.png) of my code in JQT attempting to create
> all the 13 playing cards in 4 suits.