View Single Post
Old 12-30-2006, 04:06 PM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,381
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
I was thought I totally forgot BASIC for all those years passed since I've completed the school (I'm used to work with C/C++, PHP, Java, JavaScript and sometimes Pascal/Delphi) but I have to state... I still able to read it
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote