Loosely based on W3.CSS by W3Schools. You can design "cards" and have them printed on the console screen.
Instructions:
Load "THETHING" in SLOT 0, and input the code in SLOT 1. You can START STYLE, then START CARD to begin styling a card. You can set whatever variables you want, and leave out the ones you don't want to set.
Variables:
COLOR: color of the card 0-15
STARTX: the starting coordinates of the card
STARTY: the starting coordinates of the card
BORDER: the type of border. 0 for whole and 1 for hollow
HEIGHT: length up and down
WIDTH: length left and right
TEXT: the text in the card
Example Card:
START STYLE
START CARD
COLOR=13
STARTX=0
STARTY=0
BORDER=1
HEIGHT=10
WIDTH=12
TEXT="I LOVE IT!
END CARD
START CARD
COLOR=3
STARTX=12
STARTY=14
BORDER=0
HEIGHT=9
WIDTH=6
TEXT="AYY LMAO
END CARD
END STYLE
Limitations:
No indentations
TEXT variable must be set like TEXT="[insert whatever here]