kytschBASIC

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

COLOR
RED, GREEN, BLUE, TRANSPARENCY (default 100)

Set the foreground colour.

Example

PALETTE ,"text"

	BACKGROUND 255,255,255

	COLOR 0,0,0,50

END PALETTE

PRINT "kytschBASIC",,"text"

Output

<style>#text{
background-color: rgba(255,255,255,1) !important;
color: rgba(0,0,0,0.5) !important;
}</style>
<span id='text'>kytschBASIC</span>

Example

kytschBASIC

See also