| 
				 Re: OT:  I Remember When 
 I remember when TRS-80 (Trash 80's) were the stand by which all other PC manufactures measured quality.
 (Oh its been a while so if I make mistakes, forgive me.)
 
 10 CLS
 20 PRINT "Hello"
 30 PRINT "Enter PW"
 40 INPUT = A
 50 IF A = "Password" Then 60 ELSE 55
 55 PRINT "Wrong Dumb ***"
 56 GOTO 30
 60 PRINT "Wussup"
 65 END
 |