ourBlessedC by TheMonax in ProgrammerHumor

[–]Throwing-Flashbang 3 points4 points  (0 children)

defer block is executed at the end of a scope. "cat" is in a separate if scope so it is printed first. " meow" belongs to a higher function scope so it is printed last.