Add nested lists rc helper
This commit is contained in:
parent
cdaecd9238
commit
900119d659
@ -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…
Reference in New Issue
Block a user