sbool tok_hasBody(LS tok, int i) {
  int j = indexOfAny(tok, i, ";", "{");
  ret eqGet(tok, j, "{");
}