Added pointers to interpreter
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user