XML/Output: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: reduced size of program by using columnar "sets" of XML variables. -- ~~~~)
m (→‎{{header|REXX}}: changed DO index. -- ~~~~)
Line 1,499: Line 1,499:
remark.2="When chapman billies leave the street ..."
remark.2="When chapman billies leave the street ..."
remark.3="Short & shift"
remark.3="Short & shift"
do j=1 while remark.j\==''
do k=1 while remark.k\==''
say ' remark' j '=' remark.j
say ' remark' k '=' remark.k
end /*i*/; say
end /*k*/; say
items=0
items=0
header='CharacterRemarks'
header='CharacterRemarks'