Lokale Unterprogramme

int f (int x) {
  int g (int y) { return y + 1; }
  return g (g (x));
}



Johannes Waldmann 2014-03-31