Added pointers to interpreter

This commit is contained in:
Nathan Braswell
2016-05-13 18:34:06 -04:00
parent 7d751221c9
commit bdb98ed85c
3 changed files with 29 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ obj vector<T> (Object, Serializable) {
println(index);
print("Max Index of vector: ");
println(size-1);
/*while(true) {}*/
while(true) {}
return data[0];
}
return data[index];