2006/12/24, June Kim <[EMAIL PROTECTED]>:
According to the User's Manual:

<quote>
Lab Program Access


lab 0 [,num]
 Show next Lab Section (or section num). Invoked by menu item
Studio|Advance, or by the corresponding shortcut key.
</quote>


    lab 'system\extras\labs\labintro.txt'
    lab 0,3
|rank error: labsplit
|   ind=.2+((LF,')')    E.y)i.1

294th line in lab.ijs starts like:

elseif. 0 = 1{.y do.
  labrun }.y

It should be modified to:

elseif. 0 = 1{.y do.
  labrun {.}.y


Well, this would break the ctrl-J behavior. In order for the both
cases to work, It should be instead:

elseif. 0 = 1{.y do.
 labrun ({:`(''"_))@.(0&-:) y

which is ugly, unfortunately.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to