On Tue, Dec 22, 2015 at 1:04 AM, Cindy Croxton <sa...@elecplus.com> wrote: >> Has any of you took one of them old choose your own adventurer books and >> coded it into a text RPG in basic? >> >> 1. Clear the screen for the next page! >> > Clear Screen was CLS, IIRC.
For TRS-80 BASIC, I think. For Commodore BASIC, it's PRINT CHR$(147) (you can also type PRINT and a quote and hit SHIFT-CLR HOME and another quote, which works well when you want to print a string that starts by clearing the screen and going to the top left corner, then has other movement and/or text) There are a number of Commodore BASIC books out there, and for beginner stuff, the one that comes with the machine (if you get one in the box) will get you started. -ethan