Implemented garbage collection
As a whole, this is still tentative.
This commit is contained in:
@@ -9,4 +9,5 @@ var b = 69;
|
||||
var c;
|
||||
var d;
|
||||
|
||||
//BUG: still causes a segfault
|
||||
c, d = swap(a, b);
|
||||
Reference in New Issue
Block a user