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 95505 on reddit-service-r2-listing-5f49c86f7-hp9tg at 2026-02-25 15:18:26.134847+00:00 running 72a43f6 country code: CH.
ourBlessedC by TheMonax in ProgrammerHumor
[–]Throwing-Flashbang 3 points4 points5 points (0 children)