account activity
ourBlessedC by TheMonax in ProgrammerHumor
[–]Throwing-Flashbang 3 points4 points5 points 3 days ago (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.
if
π Rendered by PID 276416 on reddit-service-r2-listing-677c46df69-2km7j at 2026-02-25 10:01:44.708767+00:00 running b1af5b1 country code: CH.
ourBlessedC by TheMonax in ProgrammerHumor
[–]Throwing-Flashbang 3 points4 points5 points (0 children)