int a = 1, b = 2, c; str s = "a"; ; c = runbuf(strfmt("int value(int a, int b) { return %1; }", s), a, b); info(int2str(c));