An interesting feature of sprunner is that it will continue past an error

   a=.monad define
​smoutput y
​)
   b=.monad define
​smoutput y+3
​)

   c=.monad define
​smoutput 'hallo'
​smoutput 'world'
​smoutput y+44
​)

   sprunner__ &.> 'a 2';'b 3';'c 4';'5+kk5+';'plot 1 2 44 12 4 6';'7+7'
   a 2
2
   b 3
6
   c 4
hallo
world
48
   5+kk5+
|syntax error: sprunner__
|       5+kk5+
|[-0]
   plot 1 2 44 12 4 6
   7+7
14
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to