``` >> append/part "" ["abcdefghijklm" 123] 4 == "ab" ``` Should return `"abcd"` or `"abcdefghijklm123"` depending at which level you want the `4` value to be applied to.
Should return
"abcd"or"abcdefghijklm123"depending at which level you want the4value to be applied to.