Galton box animation: Difference between revisions

m
Replaced on "proc" by a "func".
m (Replaced on "proc" by a "func".)
Line 2,367:
 
 
procfunc newBall(box: var Box; x, y: int): Ball =
 
doAssert box[y][x] == cEmpty, "Tried to create a new ball in a non-empty cell"
Anonymous user