mrrp
This commit is contained in:
parent
ca39940332
commit
0845d4b59f
2
play6
2
play6
|
@ -123,7 +123,7 @@ list_set() {
|
||||||
dyn_set "${_list_set_id}_$2" "$3"
|
dyn_set "${_list_set_id}_$2" "$3"
|
||||||
}
|
}
|
||||||
list_push() {
|
list_push() {
|
||||||
list_resize "$1" "$(("$(list_len $1)" +1))" || return
|
list_resize "$1" "$(($(list_len $1) +1))" || return
|
||||||
list_set "$1" "$(list_len $1)" "$2"
|
list_set "$1" "$(list_len $1)" "$2"
|
||||||
}
|
}
|
||||||
list_pop() {
|
list_pop() {
|
||||||
|
|
Loading…
Reference in a new issue