This is non-commercial site, its content is based on Atari 8-bit home computer contents and references.
If you feel your rights are violated by showing/using any part of contents of your product represented on this page,
please contact me immediatelly so I can remove it!
|
|
-
Entry name:Hacking the Atari
-
Category:Utilities
-
Publisher/Developer:BASIC 10-liner Contest 2020 (NOMAM 2020)
-
Year:2020



Listing 1
10 PRINT CHR$(125) 20 DIM PASS$(40):DIM PASSW$(40) 30 PRINT "WRITE PASSWORD TO FIND" 40 INPUT PASS$ 50 PRINT CHR$(125) 60 PRINT "ENTER LOGIN:" 70 INPUT PASSW$ 80 IF PASS$=PASSW$ THEN PRINT "+++++++YOU GAIN ACCESS TO BASIC++++++" 90 IF PASS$<>PASSW$ THEN GOTO 60
References
Listing downloads
Copyright holder