read `AFS.txt`: print(`The Capsules for the coefficient of q^(m*n) mod m `): print(`for`): print(Product(1/(1-q^(m^i)),i=0..infinity)): print(`for m from 2 to 10, are as follows `): for m from 2 to 10 do print(Capsule(1/(1-q),q,m,0)): od: print(`This took`, time(), `seconds. `): quit: