On Saturday 07 July 2007 20:35, Bruce & Breeanna Rennie wrote:

> I am trying to load the apps/lsys suite and have found a reference to
> vars and VAR:. In the current .089 these do not appear to exist.

Hi Bruce,

That code uses the prototype module system that was experimental in 0.89. So 
it isn't a normal old style module. You'd have to do:

        "libs/vocabs" require

To load the prototype module system. Then do:

        USE: apps.lsys

to try and load the lsys module or

        USE: apps.lsys.ui

to try and load the ui for the app.

I'm not sure if lsys was tested for the 0.89 release.

Ed

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to