O(index)
function listDelete<A> input List<A> inLst; input Integer index "one-based index"; output List<A> outLst; end listDelete;