It seems to be working and I don't understand why; however, in attempting to
chase down one of my own errors I noticed that 13!:12'' contained an error
in boot.ijs.

|value error: LF
|       3 :0''
|[-115] C:\Program Files\J602\system\extras\util\boot.ijs

The line number listed above is off a little as I inserted some debugging
lines into boot.ijs. It looks like that the the unnamed explicit verb around
line 33 defines LF_z_ when stdlib.ijs is loaded which occurs after the verb
begins execution. So the lines referring to LF where JVERSION is defined are
scanned before LF is defined generating the error message. But somehow the
error is ignored and by the time execution gets to those lines LF is
defined. So they work.

I'm confused.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to