OpenCyc.org HomepageThe SubL Interactor

E-Mail Comments to: opencyc-doc@cyc.com
Copyright© 1996-2002 Cycorp. All rights reserved.

[Up]Using The SubL Interactor

The SubL interactor page can be reached by following the SubL Interactor link under the OpenCyc System section of the OpenCyc Navigator page. It can also be reached by following the Interactor link on the Browser Tools page (which can be reached from the Tools link in the upper left corner of most pages.

On the SubL interactor page, there is a large text input field labeled "Enter Form:". SubL forms entered in that field are evaluated by the OpenCyc Server when you click the Eval button. The value returned is displayed on a new SubL interactor page.

Try this example: type the following expression in the input field and click Eval.

     (cons 'a (append '(d e) '(f g)))

A new SubL interactor page is displayed, with two sections above the input field that look like:

Last Form :

 (cons 'a (append '(d e) '(f g)))
Results :
(A D E F G)


[Up]
Last Update: 3/29/2002