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