First you use a colon, not a semicolon to make an explicit definition. Second (noun _) is an invalid combination. I tried it in J6 and it failed.
On Thu, Jul 17, 2014 at 11:19 PM, Yuvaraj Athur Raghuvir < [email protected]> wrote: > Hello, > > I was checking the tacit Turing Machine written by Jose Mario Quintana at > http://rosettacode.org/wiki/Universal_Turing_machine#J > (also referred in Oct 2013 edition of Journal of J) > > When I use J 802 with JQt, the following noun throws a syntax error: > > QS=. (noun _) ; 0 > 0 1 0 _1 1 1 0 > ) > > |syntax error: script > > | QS=.( noun _);0 > > However the same noun works perfectly fine in J602. > > What am I missing? > > Thanks, > Yuvaraj > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
