On 6/30/07, Terrence Brannon <[EMAIL PROTECTED]> wrote:
http://hg.metaperl.com/pleac?f=-1;file=pleac_j.data;style=raw

I notice that you say:
NB. Shell expansion not available in J on Windows or Mac

But I thought Macs are unix machines?

I also notice that you say:

NB. J cannot use different delimiters to aid converting a
NB. string to a list

  ',' cutopen 'I think, perhaps, we have options.'
+-------+--------+-----------------+
|I think| perhaps| we have options.|
+-------+--------+-----------------+

By default, cutopen uses LF to delimit cuts.  However,
if the string contains no LF it will use spaces instead.
But you can supply a different delimiter as its left argument
if you like.

Also, there's lots more to J than cutopen...

--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to