racket/collects/htdp/Test/docs.ss
2005-05-27 18:56:37 +00:00

12 lines
295 B
Scheme

;; TeachPack: docs.ss
;; Language: Beginner
(annotation? '<html>)
(not (annotation? 'html))
(annotation? '<p>)
(eq? '</html> (end-annotation '<html>))
(write-file
(list '<p> 'hello 'world 'is 'the 'most 'stupid 'program 'in 'the 'world '</p>
"so let's test this" 'with "How's that"))