1;;> My procedure.23(define (my-procedure id) id)45;;> My constant67(define my-constant 42)
Automatically generate documentation from comments in R7RS Scheme code
git clone https://git.8pit.net/scmdoc.git
1;;> My procedure.23(define (my-procedure id) id)45;;> My constant67(define my-constant 42)