PRINT
STRING, CLASS, ID
Outputting to the screen.
Example
PRINT "Hello World!"
PRINT "Hello World! I've parameters too!","heading-args"
Output
<span>Hello World!</span>
<span class="heading-args">Hello World! I've arugments too!</span>
Put down that phone!
Please view me on real computer.
PRINT
STRING, CLASS, ID
Outputting to the screen.
PRINT "Hello World!"
PRINT "Hello World! I've parameters too!","heading-args"
<span>Hello World!</span>
<span class="heading-args">Hello World! I've arugments too!</span>