sclass AbstractSayAndInputBot { VF1 say; F0 input; void say(S s) { callF(say, s); } S input() { ret callF(input); } }