kytschBASIC

Put down that phone!
Please view me on real computer.

TROW

Creating a table row.

Example



TROW

	TCELL

		PRINT "Table cell 1"

	END TCELL

	TCELL

		PRINT "Table cell 2"

	END TCELL

END TROW

Output

<tr>

	<td>

		<span>Table cell 1</span>

	</td>

	<td>

		<span>Table cell 2</span>

	</td>

</tr>

See also