" You losers can sit behind the keyboard and judge and make fun of me till your little hearts content but at the end of the day, I'm still worth 50 billion dollars and your still worth nothing."
First, I stole the idea of Windows from Xerox. Now, PlayGirl wants me to audition for them. I'm in heaven.
"Remember students, CLS ' Clears the screen. now type in the following" 10 PRINT "First angle"; 20 INPUT A 30 IF A > 180 THEN 10 40 PRINT "Second angle"; 50 INPUT B 60 IF (A + B) > 180 THEN 40 70 LET C = 180 - (A + B) 80 PRINT "Third angle = "; C END ' End of program. Jonny Types in: 10 CLS 20 PRINT "My teacher is an asswipe." END