read SAW: K:=3: print(`The Generating Functions for `): print(` 2D Self-Avoiding Walks of (Globally) Bounded Width `): for n from 1 to K do lprint(`The generating function (in the variable s) `): lprint(` enumerating 2D self-avoiding walks `): lprint(`of width <=`, n , `equals `): print(GFW(n,s)): print(``): od: quit: