Well I am learning to program. (mostly focussing on LibertyBASIC). And I was wondering if there was anyway you could make a program that when someone put in the floppy disc and ran the program that it would keep on popping up stuff like "Your name sounds like a moron."
Something like that.
(LibertyBASIC) Something like this

PRINT "What is the name of your boss?"
INPUT Myboss$
PRINT Myboss$ = "? That sounds like the name of a moron!"
END

Is there anyway that you could make it neva ending till they had to CTRL-ALT-DEL or shut down. Maybe you could put a line in the input that says something like...

PRINT "What is the name of your boss?"
INPUT Myboss$
PRINT (endless) Myboss$ = "? That sounds like the name of a moron!" (endless)
END

Would something like that work or would you have to make a special thing. Or do i have to keep copying that line and take up the floppy? I'm not sure.

(Thought this might be a funny trick to play on my friends)

>Thanks!!