A Conversation for BASIC - the Programming Language

Happy Birthday Basic

Post 1

cantorman

10 INPUT "ENTER DATE" , A$
20 IF LEFT$(A$,5) = "30/04" THEN GOTO 100
30 IF LEFT$(A$,5) = "04/30" THEN GOTO 200
40 PRINT "HAVE A NICE DAY!"
50 END
100 PRINT "HAPPY BIRTHDAY BASIC! CHEERS!"
110 GOTO 50
200 PRINT "HAPPY BIRTHDAY BASIC! AWESOME, DUDE!"
210 GOTO 50


Key: Complain about this post

Happy Birthday Basic

Write an Entry

"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."

Write an entry
Read more