Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!rochester!cornell!batcomputer!rpi!zaphod.mps.ohio-state.edu!ncar!noao!amethyst!math.arizona.edu!weg From: weg@convx1.ccit.arizona.edu (Eythan Weg) Newsgroups: comp.lang.apl Subject: Re: Rank 0 catenation. Message-ID: Date: 26 Jun 91 22:11:13 GMT References: <1991Jun24.161151.12366@watmath.waterloo.edu> Sender: news@amethyst.math.arizona.edu Organization: University of Arizona, Economics Dept. Lines: 17 In-reply-to: wdr@wang.com's message of 26 Jun 91 17:14:34 GMT In article wdr@wang.com (William Ricker) writes: rockwell@socrates.umd.edu (Raul Rockwell) writes: > e =. ,&.>/ a,b,c >but that won't work. This should work: > e =. a ,&.> b ,&.> c Nope. That also gives +---------------+---------------+---------------+ |0 3 12 15 24 27|1 4 13 16 25 28|2 5 14 17 26 29| +---------------+---------------+---------------+ Yes, it does work, at least on J/pc version 3.0. And should, by the dictionary. Eythan