Chaos to Order Experiment

Discuss whatever you want here--both QB and non-QB related. Anything from the DEF INT command to the meaning of life!

Moderators: Pete, Mods

Post Reply
frenchfry
Newbie
Posts: 4
Joined: Tue Aug 24, 2010 12:33 pm

Chaos to Order Experiment

Post by frenchfry »

10 SCREEN 8
20 ' neuron one


50 a = INT(RND(1) * 8) + 1
60 y = INT(RND(1) * 1000) + 1
70 z = INT(RND(1) * 1000) + 1
80 IF y = z THEN 500 ELSE 50

500 CIRCLE (320, 100), y, a



600 GOTO 50
Post Reply