Feature: Italics!
I noticed one of the runtime code blocks was labelled Italics..
So, curious, I tried compiling:
PRINT ITALIC 1; "Italics?"
And it worked perfectly! This isn't documented anywhere! What an awesome little addition to the language.
(It prints the text with the top a pixel to the right and the bottom a pixel to the left, and the middle left alone)
This should probably be added to the reserved words list.

