Dimwit tester by Anonymous Coder22nd Aug 2004 14:58
|
---|
Summary Test for thick ones. Description Have you got a stupid friend? Sit them down in front of this and watch. At the moment, it only prints in shades of blue. If you have any improvements, send them to jonnymoblin@yahoo.co.uk. Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com rem Dim-wit tester rem By Jonny Riches PRINT "I can print the exact value of a third! Press a key to continue, F12 or Escape to quit." suspend for key print "0.3"; do randomize 10000 for t=0 to 100 ink rnd(32000),1 print "3"; next t loop |