There is also dyadic 4 scripts which automatically define left and right
parameters. Use 3 for monadic scripts, defines y only on right hand side.
table =: 4 : 'x $ y'
5 5 table 5
or multiline
table =: 4 : 0
x $ y
)
5 5 table 5
On Friday, April 11, 2014, Linda Alvord wrote:
>
> Here are some
Earlier I made a rash statement that I thought that using ;, for selecting
a substring as apposed to b{.a}. and (a+i.b){ . Later I thought I should
test it. First I searched the Release Notes and found nothing. If there is
any optimization it was done a long time ago. So I tested it. I used a
large
Can I use J to write an app, preferably for the Android? If so, I will
have my J programming class do it.
Henry Rich
--
For information about J forums see http://www.jsoftware.com/forums.htm
creating apk needs java and android sdk, this is mentioned in android jqt jwki,
see the coins app example.
13.04.2014, в 7:33, Henry Rich написал(а):
> Can I use J to write an app, preferably for the Android? If so, I will have
> my J programming class do it.
>
> Henry Rich
> ---