You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/quad/qtest/mydraw.rkt

16 lines
213 B
Racket

5 years ago
#lang quadwriter
'(q ((page-width "4in")(page-height "4in"))
"Hello world"
(q ((position "absolute")
(draw "line")
(x1 "10") (y1 "10")
(x1 "100") (y1 "100")) "duh")
(q ((break "page")))
"Goodbye fools"
)