Teachpacks for How to Design Programs
Documents
The teachpack docs.ss
provides three operations:
Sample session: set teachpack to docs.ss
and execute:
> (annotation? 0)
#f
> (annotation? '<bold>)
#t
> (end-annotation 0)
end-annotation: not an annotation: 0
> (write-file (list 'a 'b))
a b