Select the lines and use run from selection (Ctl-E) or from the menu.

          a =: 100
   a =: a + a
   a
200
   

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Sebastian
Sent: Thursday, November 13, 2014 05:34
To: [email protected]
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 know I could use the terminal tools like "run from clipboard" or the
template editor, but I oberserve the same behaviour at the InteropServer.Do
- method and I would like to init several verbs with mutiple lines from the
C# side.

Is there are a possibility?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

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

Reply via email to