sbool isIntegerOrIdentifier(S s) {
  ret isInteger(s) || isIdentifier(s);
}