Ric Sherlock wrote: > But when I execute > example '' > I get the same behaviour I described before - I can interact with J but > not "do" anything and have to "End Task" it from the Task Manager.
(Note: the argument to example is irrelevant.) When you enter example'', J executes 0 :0 In other words, it's waiting for a closing ) To regain control of the system, enter a ) on a line by itself. Hopefully, future versions of J will be a bit more pleasant in this circumstance. (Ideally: title bar or cursor or something indicates that J is waiting for the block to be closed, and menu works normally.) -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
