Quote:
Originally Posted by aico
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 