I'd like to have a program listing, and to be able to insert math in comments in the listing. Is that possible?

For example,

void main(argv[]) {
  // calculate the mean $\mu$
  for (int i = 0; ...
}

Reply via email to