I was looking through some old junk and found my Commodore 64 notebook. Inside is my very first bit of code.
0 PRINT "HELLO WORLD!"
1 END
Not too bad, rather than just entering PRINT "HELLO WORLD!" I apparently prefixed line numbers to store the program in memory and then typed RUN to run the program. I can’t take any credit for this; I remember where these notes are from.
I was introduced to BASIC at a C64 club that held its meetings in a mobile home park in Morgan Hill, California. I was just this random kid that showed up with both his parents. One of the guys sat me down and spent the night going over BASIC and the benefits of a 5.25-inch floppy punch. That guy was cool. I hope I'm that cool. later that same week I actually purchased a floppy punch that I found in a bin of random crap at a Kmart. Now that I think about it, that punch was my first hack.
Do you remember your first bit of code?
0 PRINT "HELLO WORLD!"
1 END
Not too bad, rather than just entering PRINT "HELLO WORLD!" I apparently prefixed line numbers to store the program in memory and then typed RUN to run the program. I can’t take any credit for this; I remember where these notes are from.
I was introduced to BASIC at a C64 club that held its meetings in a mobile home park in Morgan Hill, California. I was just this random kid that showed up with both his parents. One of the guys sat me down and spent the night going over BASIC and the benefits of a 5.25-inch floppy punch. That guy was cool. I hope I'm that cool. later that same week I actually purchased a floppy punch that I found in a bin of random crap at a Kmart. Now that I think about it, that punch was my first hack.
Do you remember your first bit of code?
Comment