Comment My port of Linux for older machines (Score 3, Funny) 327
10 PRINT "LINUX 2.4.7-OLD"
20 PRINT "LOGIN: "
30 INPUT LOGIN$
40 PRINT "PASSWORD: "
50 INPUT PASSWORD$
60 GOTO 10
20 PRINT "LOGIN: "
30 INPUT LOGIN$
40 PRINT "PASSWORD: "
50 INPUT PASSWORD$
60 GOTO 10
You don't notice this until you actually try: after a few years of Perl programming, it's hard to put those dollar signs at the end, and even harder to leave off the semi-colons.
Mike