Re: [Jprogramming] Run Mutiple Lines

2014-11-13 Thread chris burke
Use 0!:100 or 101, e.g. 0!:100 'a=:100',LF,'a=: a+a' a 200 On Thu, Nov 13, 2014 at 3:34 AM, Sebastian wrote: > Hi, > > I am trying to run mutiple lines of j code with one call, but always, does > not matter how I try it, I get a spelling error. Here is an example: > >a =: 100 > a

Re: [Jprogramming] Run Mutiple Lines

2014-11-13 Thread Devon McCormick
You also could switch from the Qt IDE to using jconsole under emacs. On Thu, Nov 13, 2014 at 6:52 AM, bill lam wrote: > If those sentences are simple. use [ to join them. Otherwise run them use > 0!:x to run. > On Nov 13, 2014 7:35 PM, "Sebastian" wrote: > > > Hi, > > > > I am trying to run mut

Re: [Jprogramming] Run Mutiple Lines

2014-11-13 Thread bill lam
If those sentences are simple. use [ to join them. Otherwise run them use 0!:x to run. On Nov 13, 2014 7:35 PM, "Sebastian" wrote: > Hi, > > I am trying to run mutiple lines of j code with one call, but always, does > not matter how I try it, I get a spelling error. Here is an example: > >a =

Re: [Jprogramming] Run Mutiple Lines

2014-11-13 Thread tom arneson
05:34 To: programm...@jsoftware.com Subject: [Jprogramming] Run Mutiple Lines Hi, I am trying to run mutiple lines of j code with one call, but always, does not matter how I try it, I get a spelling error. Here is an example: a =: 100 a =: a + a |spelling error | a =: 100 a =: a + a I

[Jprogramming] Run Mutiple Lines

2014-11-13 Thread Sebastian
Hi, I am trying to run mutiple lines of j code with one call, but always, does not matter how I try it, I get a spelling error. Here is an example: a =: 100 a =: a + a |spelling error | a =: 100 a =: a + a I know I could use the terminal tools like "run from clipboard" or the template