static Q startQ() { ret new Q; } static Q startQ(S name) { ret new Q(name); }