dos33fsprogs/deceptive_list/hidden.bas
Vince Weaver b04dc5070b deceptive_listings: messing around with basic listings
though it turns out that DOS re-interprets programs you load so
manually messing with the line offsets is lost if you do it in advance
2017-04-24 08:10:29 -04:00

12 lines
222 B
QBasic

5 REM FUN TIMES
7 PRINT
10 PRINT "** DECEPTIVE LIST **"
20 PRINT " BY "
30 PRINT " VINCE WEAVER "
40 PRINT "********************"
50 PRINT
55 PRINT "WHATEVER YOU DO, DON'T TYPE LIST"
60 PRINT
70 END