read `Capone.txt`: N:=400; print(`The first`, N, `terms of Cap([2,1,1]) are`): print(``): gu:=Cap([2,1,1],N): lprint(gu[1]): print(``): print(`The estimated critical exponent is`): print(``): lprint(MyAsyM(gu,n,4)[1]): print(``): quit: