{ (define LIBNAME "Convert") (include "head.tinc") }
The teachpack convert.ss
provides three functions:
Example: Define a function f2c
in the Definitons window.
Set teachpack to convert.ss
and execute. Then evaluate
> (convert-gui f2c) >This will create a graphical user interface with two rulers. Slide the top one and click on convert to see the lower one move. {(include "foot.tinc")}