all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
5
Task/XML-Output/Factor/xml-output-1.factor
Normal file
5
Task/XML-Output/Factor/xml-output-1.factor
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
USING: sequences xml.syntax xml.writer ;
|
||||
|
||||
: print-character-remarks ( names remarks -- )
|
||||
[ [XML <Character name=<-> ><-></Character> XML] ] 2map
|
||||
[XML <CharacterRemarks><-></CharacterRemarks> XML] pprint-xml ;
|
||||
5
Task/XML-Output/Factor/xml-output-2.factor
Normal file
5
Task/XML-Output/Factor/xml-output-2.factor
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ "April" "Tam O'Shanter" "Emily" } {
|
||||
"Bubbly: I'm > Tam and <= Emily"
|
||||
"Burns: \"When chapman billies leave the street ...\""
|
||||
"Short & shrift"
|
||||
} print-remarks
|
||||
Loading…
Add table
Add a link
Reference in a new issue