Im a beginner and I am using programming for the absolute beginner. I entered the code statements:/
nomainwin
notice "Click on OK to continue": rem Display a message in a popup window
response$ = "Who is there?"
prompt "Knock Knock Joke Game" + chr$(13) + "Knock Knock!"; response$
if...