#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" )