racket / pict

Other
15 stars 20 forks source link

typeset-code, code:comment, docs vs. implementation #50

Open bennn opened 5 years ago

bennn commented 5 years ago

The docs for typeset-code say this:

But on Racket 7.2.0.7 this program makes a pict with the "H" and the "I" on the same line:

#lang racket/base
(require pict/code)
(code (code:comment "H" "I"))

hi

Should the docs be changed, or the implementation?