6 ms·
Class instances can go on the stack too using `scope`: scope obj = new Object; ... // destroyed at end of scope
by ntrel 4y ago
Class instances can go on the stack too using `scope`:
scope obj = new Object;
...
// destroyed at end of scope