Implemented garbage collection
As a whole, this is still tentative.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
fn makeCounter() {
|
||||
var counter: int = 0;
|
||||
var counter: Int = 0;
|
||||
|
||||
fn increment() {
|
||||
return ++counter;
|
||||
|
||||
Reference in New Issue
Block a user