(Konzepte Block und Unterprogramm sollen orthogonal sein)
int f (int x) { int g (int y) { return y + 1; } return g (g (x)); }