Multiplication tables: Difference between revisions

m
→‎{{header|REXX}}: corrected misspellings. -- ~~~~
m (→‎{{header|REXX}}: corrected a misspelling. -- ~~~~)
m (→‎{{header|REXX}}: corrected misspellings. -- ~~~~)
Line 1,968:
 
cell=cj||copies(dash,5) /*define the top of the cell.*/
sep=copies(cell,high+1)rj /*build the table seperatorseparator. */
sepL=length(sep) /*length of separator line. */
width=length(cell)-1 /*width of the table cells. */