028_defer2.patch 114 B

1234
  1. 21c21
  2. < std.debug.print(") ", .{}); // <---- how!?
  3. ---
  4. > defer std.debug.print(") ", .{}); // <---- how!?