static S post(T3 t) { ifndef noAI ret ai_postTriple(t); endifndef ifdef noAI null; endifdef } static S post(S a, S b, S c) { ifndef noAI ret ai_postTriple(a, b, c); endifndef ifdef noAI null; endifdef } static S post(Symbol a, Symbol b, int c) { ret post(a, b, symbol(str(c))); }