home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1994 May / 1994-05b.d64 / alphabets (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  230b  |  14 lines

  1. 10 print"[147]upper case"
  2. 20 print
  3. 30 fort=65to90
  4. 40 printchr$(142)tchr$(t),
  5. 50 next
  6. 60 print:print
  7. 70 fort=193to218
  8. 80 printtchr$(t),
  9. 90 next
  10. 100 print:print"press space bar
  11. 160 [161]a$:[139]a$[179][177]" "[167]160
  12. 170 [139]t[178]0[167]t[178]1:[153][199](142);"upper case";:[137]160
  13. 180 t[178]0:[153][199](14);"lower case";:[137]160
  14.