View Single Post
Old 10-22-2008, 02:46 AM  
budz
Disruptive Innovator
 
budz's Avatar
 
Industry Role:
Join Date: Sep 2003
Location: Vegas
Posts: 4,230
Quote:
Originally Posted by aico View Post
10 INPUT "What is your name: "; N$
20 PRINT " Hello "; N$
30 REM
40 INPUT "Did you start this thread? " ; A$
50 IF (A$ = "Y") OR (A$ = "y") THEN GOTO 70
60 IF (A$ = "N") OR (A$ = "n") THEN GOTO 90
70 PRINT N$ " You are a fucking idiot!!!!!!"
80 GOTO 70
90 PRINT "Goodbye"
100 END
basic was awesome on my tandy 1000
__________________
C:\Code\
C:\Code\Run\
budz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote