docs-lib.ss
The library docs-lib.ss
provides three operations:
Sample session: set library to docs-lib.ss
and execute:
> (annotation? 0)
#f
> (annotation? ')
#t
> (end-annotation 0)
end-annotation: not an annotation: 0
> (write-file (list 'a 'b))
a b