[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Interesting one-line BASIC program
- Subject: Interesting one-line BASIC program
- From: Jake Featherston <Jake_Featherston@comcast.net>
- Date: Wed, 26 Mar 2008 05:44:43 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-info: i12g2000prf.googlegroups.com; posting-host=24.23.240.176; posting-account=QneBcQoAAADv1Hsezx7oXhBZtsUO-BDr
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2:33562
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....