home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk UserVolume 4 #7 / Commodore_Disk_User_Vol.4_7_1991_-.d64 / bb.eg#1 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  258b  |  7 lines

  1. 5 rem *** colour and cursor changes ***
  2. 10 print"[147][153]clear the screen and colours light green"
  3. 20 print"[150]this text has moved down four lines"
  4. 30 print"[145][145][145][155]text has changed colour and moved up"
  5. 40 print"a multicoloured [150]wor[158]d"
  6. 50 print"[154]colour back to normal"
  7.