You know you're getting old when the song you like that was out 'a couple of years back' turns out to be more than a decade!
Quote:
Originally Posted by Solitaire1
I remember Basic well. I wrote an entire database program in Basic...and it was so beautiful. I...[sniff]...miss Basic.
|
I remember learning BASIC at home on my Amstrad CPC and being amazed before that when people used to program the computers in the local department store to fill the screen with Hello World messages:
10 print "hello world";
20 goto 10