Why not?
R.E. Boss (Add your info to http://www.jsoftware.com/jwiki/Community/Demographics ) > -----Original Message----- > From: [email protected] [mailto:programming- > [email protected]] On Behalf Of Devon McCormick > Sent: dinsdag 15 juli 2014 5:12 > To: J-programming forum > Subject: Re: [Jprogramming] Design goals readability and writeability? > > No, if you want to code in Java, do that. Otherwise, no. > > > On Mon, Jul 14, 2014 at 4:48 PM, Erling Hellenäs <[email protected]> > wrote: > > > Like this? > > > > BetweenConsecutiveAM=: 1 : '[: u/ }. ,: }:' > > nonBlankM=:' ' ~: ] > > nonBlankOrFirstInBlankGroupM=:$ {. 1 , [: +.BetweenConsecutiveAM > > nonBlankM > > DropLeadingBlankM=: (' ' = {.) }. ] > > DropTrailingBlankM=: (_1 * ' ' = {:) }. ] > > DropRedundantBlanksM=: [: DropLeadingBlankM [: DropTrailingBlankM > > nonBlankOrFirstInBlankGroupM # ] > > > > a=:' ert t yyy yy ' > > DropRedundantBlanksM a > > > > ert t yyy yy > > > > > > /Erling > > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
