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
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
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 =
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
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