fn bool singledigit(int x) { return x < 10; }