bool is_crat()

in coinrun/coinrun.cpp [147:149]


bool is_crat(char c) {
  return c=='#' || c=='$' || c=='&' || c=='%';
}