[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Interesting one-line BASIC program



On Mar 26, 5:44 am, Jake Featherston <Jake_Feathers...@comcast.net>
wrote:
> I came up with this in 1984 or '85.  Its a lot of fun.  Sometimes not
> much happens, but occasionally you get some really peculiar and
> unexpected results.  Here it is:
>
> 10 A=INT(RND(1)*65535)+1:B=INT(RND(1)*256):POKE A,B:GOTO 10
>
> Just sit back and watch the chaos....

just as fun as:

10 for i = 0 to 65535
20 poke i,0
30 next i

????

or wet your finger and start touching pins on chips on the motherboard


Rich