static S lispForwardRawOrSame(S relation, S argument) { ret or(lispForwardRaw(relation, argument), argument); }