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