Update SDQL_2_wrappers.dm

This commit is contained in:
kevinz000
2019-03-02 11:51:33 -08:00
committed by GitHub
parent 13e7a4b64d
commit 99e21ca0fe

View File

@@ -184,6 +184,9 @@
/proc/_list_swap(list/L, Index1, Index2)
L.Swap(Index1, Index2)
/proc/_list_get(list/L, index)
return L[index]
/proc/_walk(ref, dir, lag)
walk(ref, dir, lag)