home *** CD-ROM | disk | FTP | other *** search
- 10 print"[147]upper case"
- 20 print
- 30 fort=91to96
- 40 printchr$(142)tchr$(t),
- 50 next
- 60 fort=123to127
- 70 printchr$(142)tchr$(t),
- 80 next
- 90 fort=161to192
- 100 printchr$(142)tchr$(t),
- 110 next
- 120 fort=219to255
- 130 printchr$(142)tchr$(t),
- 140 next
- 150 print"press space bar"
- 160 geta$:ifa$<>" "then160
- 170 ift=0thent=1:printchr$(142);"upper case";:goto160
- 180 t=0:printchr$(14);"lower case";:goto160
-