Add nested lists rc helper
This commit is contained in:
parent
4eb8e0641e
commit
d01d89becf
1 changed files with 9 additions and 0 deletions
|
|
@ -132,6 +132,15 @@ fn get_cookie {
|
|||
}
|
||||
|
||||
|
||||
##############################################
|
||||
# Generic rc programming helpers
|
||||
|
||||
fn ll_add {
|
||||
l = $1^_^$#$1
|
||||
$l = $*(2-)
|
||||
$1=( $$1 $l )
|
||||
}
|
||||
|
||||
|
||||
##############################################
|
||||
# More werc-specific functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue