static A printQuine(F0 f) { ret print(str(f) + "=", callF(f)); }