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

Re: Interesting one-line BASIC program



On Mar 26, 9:44 pm, 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....

I'd eject all disks before running this.
Or better yet, change 65535 to 49279 (or less).

Cheers,
Nick.