




 
You have now finished specifying the example interface and its callback functions, so you can test it.
 to save
 to save 
ib-example.lisp
, 
ib-callbacks.lisp
, and 
defsys.lisp
 if you have not already done so.
Next, you need to load the 
ib-test
 system into the environment.
defsys.lisp
 is visible, and choose 
File > Load
 to load it and define the system. 
(load-system 'ib-test)
The 
ib-test
 system, together with its members, is loaded.
(cl-user::test-ib-example)
A fully functional instance of the example interface is created for you to experiment with, as shown in Example interface.