5 lines
192 B
Common Lisp
5 lines
192 B
Common Lisp
|
|
(write-xml '("April" "Tam O'Shanter" "Emily")
|
||
|
|
'("Bubbly: I'm > Tam and <= Emily"
|
||
|
|
"Burns: \"When chapman billies leave the street ...\""
|
||
|
|
"Short & shrift"))
|