Name: Anonymous 2015-05-17 1:14
I immediately started working on implementing my infinite compression algorithm but ran into some problems. This is what I have so far
When I try to run this it prints nil? WTF???
a = {1,2,3}
print(a[0]);
When I try to run this it prints nil? WTF???