read `GR3moms.txt`: K:=20: print(`The first`, K, ` moments about the mean of the duration of a fair 3-player gambler's ruin , with inital capitals, A, B, C are :`): print(``): lprint(AllMoms3am(K,A,B,C)): print(``): print(`----------------------------------`): print(``): print(`This took`, time(), ` seconds `): quit: