Skip to content

Instantly share code, notes, and snippets.

@mattgodbolt
Last active October 22, 2019 18:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mattgodbolt/691edb17883bfa6ef961a42cb5377845 to your computer and use it in GitHub Desktop.
CLS
PRINT "**********************************"
PRINT "**********************************"
PRINT "** PLEASE ENTER THE NUCLEAR KEY **"
PRINT "**********************************"
PRINT "**********************************"
REPEAT
PRINT "Key ";
INPUT A$
PRINT "SORRY WRONG KEY!!!"
UNTIL FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment