Thursday, May 04, 2006

..............

10 PRINT "ANGRY"
20 GOTO 10

5 comments:

  1. But why, Eyechild? Why?

    ReplyDelete
  2. You'll find this version more effective:

    10 PRINT "ANGRY"
    15 POKE 52380,(INT(RND(0)*15))
    20 GOTO 10

    It makes the border flash with random colours.

    ReplyDelete