kytschBASIC

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

LINE BREAK

Used output a carriage return or newline on screen.

Example

REM Really need to break these lines up.
PRINT "This is my first line"
LINE BREAK
PRINT "And this to be my second line"

Output

<span>This is my first line</span>
<br/>
<span>And this to be my second line</span>

See also