Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,12 +1,12 @@
|
|||
* HTML Table
|
||||
output = "<table>"
|
||||
output = " <tr><th></th><th>X</th><th>Y</th><th>Z</th></tr>"
|
||||
i = 1
|
||||
o1 output = "<tr><td>" i "</td>"
|
||||
j = 1
|
||||
o2 output = "<td>" i j "</td>"
|
||||
j = lt(j,3) j + 1 :s(o2)
|
||||
output = "</tr>"
|
||||
i = lt(i,3) i + 1 :s(o1)
|
||||
output = "</table>"
|
||||
output = "<table>"
|
||||
output = " <tr><th></th><th>X</th><th>Y</th><th>Z</th></tr>"
|
||||
i = 1
|
||||
o1 output = "<tr><td>" i "</td>"
|
||||
j = 1
|
||||
o2 output = "<td>" i j "</td>"
|
||||
j = lt(j,3) j + 1 :s(o2)
|
||||
output = "</tr>"
|
||||
i = lt(i,3) i + 1 :s(o1)
|
||||
output = "</table>"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue