read `DymLuks.txt`: K1:=10: K2:=1000: K3:=1000: print(`These are`, K1, `simulations of the Ball and Cell Game with`, K2, `balls and `, K3 , `cells `): for i from 1 to K1 do DLv(K2,K3): od: print(``): print(`---------------------------------------------------`): print(``): print(`This took`, time(), `seconds. `): print(``): quit: