Multiplication tables: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: corrected a misspelling. -- ~~~~)
m (→‎{{header|REXX}}: corrected misspellings. -- ~~~~)
Line 1,968: Line 1,968:


cell=cj||copies(dash,5) /*define the top of the cell.*/
cell=cj||copies(dash,5) /*define the top of the cell.*/
sep=copies(cell,high+1)rj /*build the table seperator. */
sep=copies(cell,high+1)rj /*build the table separator. */
sepL=length(sep) /*length of separator line. */
sepL=length(sep) /*length of separator line. */
width=length(cell)-1 /*width of the table cells. */
width=length(cell)-1 /*width of the table cells. */