Hacker News new | ask | show | jobs
by ntrel 1458 days ago
Class instances can go on the stack too using `scope`:

  scope obj = new Object;
  ...
  // destroyed at end of scope