!7 p { makeBot(); } answer { if (match("what is * plus *", s, m) && isInteger($1) && isInteger($2)) ret str(plus(bigint($1), bigint($2))); }