The next beta will remove one leading blank line from the display.
Henry Rich
On 1/19/2021 9:22 PM, Ric Sherlock wrote:
In a similar vein,
The first line of a multi-line definition doesn't respect indentation, so:
mutate=: {{idxmut=. I. x >: (*/$y) ?@$ 0
(populate idxmut) idxmut"_} y
}}
Now I have 902 in phone. Thanks
On Wed, 20 Jan 2021, 19:16 Arnab Chakraborty, wrote:
> Oops. I have j901 in my phone. When I tap Tools > Check new version, it
> says 'already up to date'. I did not check the website directly. Should
> have.
>
> Thanks for pointing out!
>
> On Wed, 20 Jan 2021, 1
Oops. I have j901 in my phone. When I tap Tools > Check new version, it
says 'already up to date'. I did not check the website directly. Should
have.
Thanks for pointing out!
On Wed, 20 Jan 2021, 17:52 Ric Sherlock, wrote:
> What makes you think that?
> As far as I can see it appears to be corr
What makes you think that?
As far as I can see it appears to be correctly linked from the website and
I have it installed.
On Thu, 21 Jan 2021, 00:54 Arnab Chakraborty, wrote:
> Aha, nice feature. However, J902 is still not available for Android.
>
> On Wed, 20 Jan 2021, 17:14 Ric Sherlock, wro
Aha, nice feature. However, J902 is still not available for Android.
On Wed, 20 Jan 2021, 17:14 Ric Sherlock, wrote:
> {{ }} digraphs were introduced in j902
> https://code.jsoftware.com/wiki/System/ReleaseNotes/J902
> See
> https://code.jsoftware.com/wiki/Vocabulary/DirectDefinition
>
> On Wed,
{{ }} digraphs were introduced in j902
https://code.jsoftware.com/wiki/System/ReleaseNotes/J902
See
https://code.jsoftware.com/wiki/Vocabulary/DirectDefinition
On Wed, 20 Jan 2021, 22:32 Arnab Chakraborty, wrote:
> I could not find any doc on {{ and }} as Raul has used. Any pointer?
>
> On Tue,
I could not find any doc on {{ and }} as Raul has used. Any pointer?
On Tue, 19 Jan 2021, 22:26 Raul Miller, wrote:
> insertbefore=:{{
> 'a b'=. y
> (x{.b),a,x}.b
> }}
>
> insertafter=: {{ (x+1) insertbefore y }}
>
> 2 insertafter "1 [ 10;"1 n
> 0 1 2 10 3 4
> 5 6 7 10 8 9
>
> FYI,
>
> -