> 10 PRINT "Hello World"
  > 20 GOTO 10
  > RUN
  > Hello World
  > Hello World


So why GOTO 10?

2 November 2020

My first experience with computers goes back to 1983. For my birthday my parents gave me a Commodore 64.
I was hooked from the first day.
After playing games for a while I started looking into what else I could do with this magic box.
So I think the first program I ever wrote was a Basic program going something like this:

10 PRINT "Hello world"
20 GOTO 10
RUN
Hello World
Hello world
Hello world
Hello W