read `GR3moms.txt`: K:=20: gu:=AllMoms2Le(K): print(`Consider a fair 2-player gambler's ruin with initial capitals A and A, i.e. they both have the same initial capital if A dollars`): print(``): print(`in the following list of`, K, `numbers , the first entry is the expectation divided by A^2, the second is the limit of the variance divided by A^4`): print(`and the third trough the`, K, `are the limits as a goes to infinity of the scaled moments (about the mean)`): print(``): lprint(gu): print(``): print(`and that list in decimals is`): print(``): lprint(evalf(gu,20)): print(``): print(``): print(`----------------------------------`): print(``): print(`This took`, time(), ` seconds `): quit: