Manual Pages for UNIX Darwin command on man append
MyWebUniversity

Manual Pages for UNIX Darwin command on man append

append(n) Tcl Built-In Commands append(n)

NAME

append - Append to variable

SYNOPSIS

aappppeenndd varName ?value value value ...?

DESCRIPTION

Append all of the value arguments to the current value of variable var-

Name. If varName doesn't exist, it is given a value equal to the con-

catenation of all the value arguments. The result of this command is the new value stored in variable varName. This command provides an efficient way to build up long variables incrementally. For example,

``aappppeenndd aa $$bb'' is much more efficient than ``sseett aa $$aa$$bb'' if $$aa is

long.

SEE ALSO

concat(n), lappend(n)

KKEEYYWWOORRDDSS

append, variable

Tcl append(n)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™