
** https://Binomial-simulation.com


*Time, 
** start,  end, console out, plot out, csv out, unit
       0, 10000,  1000,   10000,  1000,  steps

*Element
A, 100000, Blue, _
B, 10000, Orange, 4
C, 0, Green, .

*Reaction, 1000000
r2_1, 100, 1, A, 1, B, 0.01, 1, C
r1_2, 200, 1, C,      0.01, 1, A, 1, B

*Plot, log
** second item is "linear" or "log".
A, B, C
