7 lines
119 B
Text
7 lines
119 B
Text
declare
|
|
proc {Main}
|
|
DOM = root(element("Some text here"))
|
|
in
|
|
{System.showInfo {Serialize DOM}}
|
|
end
|
|
...
|