04-29-2009, 12:09 PM
I was rummaging through the .asm code, and I note it's pretty well optimized - though I can see places that could be neater. But that's for another time.
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.
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.