So yeah... I was bored/curious enough to check into this. I used this site to execute the program:
Online BASIC CompilerAs written above, there are 2 issues.
1) The GOTO lines, specifically "100 GOTO 10" apparently form a loop and the program never gets to the final line that would cause it to print the previous lines.
2) The online compiler required the last line to be "END" but that might be simply due to it using a different version of BASIC... not really sure about that.
This prints the text as I assume was expected.......
10 PRINT "I love bbq. I own a Traeger"20 PRINT "I am a Christmas junkie"
30 PRINT "I have three cats. One is lazy, one rules the food bowl, and the last one is just plain nuts"
40 PRINT "I collect puzzles. The Where's Waldo 3000 piece puzzle will be the end of me"
50 PRINT "Disney, Disney, Disney!!!"
60 PRINT "I watch Formula 1. Mercedes baby!"
70 PRINT "I'm fascinated with insects. Like no fear. If it's not poisonous I'll pick it up.."
END
.... then again, perhaps Rachel was being mischievous and trying to get me to fall asleep while waiting on something to print? :-D