kytschBASIC

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

BODY
CLASS, ID

Creating the HTML body.

Example

BODY
	SWRITE
		PRINT "Creating the HTML body."
	SWRITE CLOSE
BODY CLOSE
END

Output

<body>
	<p>
		Creating the HTML body.
	</p>
</body>

See also