I've been looking for an interesting example of a fork.

ac
$ #: I.@:*@,
   
   f=: 13 :'($#:I.*,)y'
   f
$ #: I. * ,


f
  ┌─ $      
  ├─ #:     
──┤    ┌─ I.
  └────┼─ * 
       └─ ,


Linda

-----Original Message-----
From: Programming <[email protected]> On Behalf Of 
Nollaig MacKenzie
Sent: Friday, November 30, 2018 11:28 PM
To: [email protected]
Subject: Re: [Jprogramming] Array Coordinates

ac=: $ #: I.@:*@,

   zit
   0 0 0 0
   0 1 1 1
   0 0 1 0

   0 0 0 0
   0 0 0 0
   0 0 1 0

   ac zit
   0 1 1
   0 1 2
   0 1 3
   0 2 2
   1 2 2


-- 
Nollaig MacKenzie
ftp://ftp.nollaig.ca/pub/pap/
pgp key C6E9845A
----------------------------------------------------------------------
For information about J forums see 
https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.jsoftware.com%2Fforums.htm&amp;data=02%7C01%7C%7Cd7c97c9da4d242e8cffe08d657456e1b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636792353043110836&amp;sdata=eBlPbpkg9fG0b%2BUd%2FTPTcB4LsmH4vGLTudlhZwYXA9w%3D&amp;reserved=0
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to