read SAP: L:=16: print(`The first `, L, `terms of the enumerating sequence for ALL `): print(` 2D (square-lattice) Self-Avoiding Polygons are `): print(``): print(SAPseries(L)): quit: