RosettaCodeData/Task/XML-DOM-serialization/PicoLisp/xml-dom-serialization.l

5 lines
78 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
(load "@lib/xm.l")
(xml? T)
(xml '(root NIL (element NIL "Some text here")))