read `RichardSerge.txt`: N:=12: k:=2: R:=4: print(`The list of Schwartz-Tabachnikov miracles of the Second kind (preserving projective equivalence)`): print(`for inscribed n-gons for n from 6 to `, N, `with motifs of length`, k): print(`repeated up to`, R, `times is: `): lprint(Nisim2(N,k,R)): print(``): print(`This took`, time(), `seconds. `): quit: