Lots of runtime fixes

This commit is contained in:
D3athrow
2015-05-04 20:38:51 -05:00
parent 3337a952a2
commit 920d05c9e0
24 changed files with 94 additions and 26 deletions

View File

@@ -165,6 +165,9 @@
i = L.len
else
i--
if(i < L.len || i > L.len)
warning("[__FILE__]L[__LINE__]: [i] is outside of bounds for list, ([L.len])")
return
return L[i]
/*