static S post(T3 t) { ret ai_postTriple(t); } 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))); }