Next: Package FL.TESTS, Previous: Package FL.DEBUG, Up: Reference manual [Contents][Index]
This package provides routines for building a
demo suite. Wherever something interesting can be demonstrated,
a small demo node should be generated with the
make-demo
and added to the tree of all demos with
adjoin-demo
. After loading FEMLISP, the whole
demo suite is available and can be run with the command
femlisp-demo
.
Suggested time for a demo which should be used as a termination criterion in demo iterations.
Adjoins the demo demo to parent.
Extract demo information from the documentation string of the generating function.
Shows all demos below the given demo root.
Remove demo from parent.
Performs all demos reachable from demo.
User input for demo functions. Reads lines until test-p returns t on the item read.
User textfield input for demo functions. Reads and concatenates lines until an empty line is read.