If you want the editor and console text in SmileBASIC to appear bigger, you can run the instruction WIDTH 16. It doubles the size of all console and editor text, and is helpful for those that can't comfortably read the smaller text. If you want to change back to the default smaller text you can simply run the instruction WIDTH 8. (Note that this doesn't change menu text or GPUTCHR text.)