From 52b8303537015f603f35351abe2a01d8779868fe Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 17 Dec 2001 17:17:38 +0000 Subject: 16353: add += parameter assignments --- Doc/Zsh/params.yo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/params.yo') diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 0c5d87d35..9c17117a3 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -20,8 +20,9 @@ cindex(assignment) indent(var(name)tt(=)var(value)) If the integer attribute, tt(-i), is set for var(name), the var(value) -is subject to arithmetic evaluation. See noderef(Array Parameters) -for additional forms of assignment. +is subject to arithmetic evaluation. Furthermore, by replacing `tt(=)' +with `tt(+=)', a parameter can be added or appended to. See +noderef(Array Parameters) for additional forms of assignment. To refer to the value of a parameter, write `tt($)var(name)' or `tt(${)var(name)tt(})'. See -- cgit 1.4.1