![]() | Using The SubL Interactor |
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)