Saving work pre-references

This commit is contained in:
Nathan Braswell
2015-07-13 12:16:30 -04:00
parent 07e54f67fb
commit 8c490908d4
14 changed files with 221 additions and 32 deletions

View File

@@ -25,7 +25,6 @@ obj vector<T> (Object) {
return this;
}
fun copy_construct(old: *vector<T>): void {
construct()
for (var i = 0; i < old->size; i++;)