m4_dquote(list) - phpMan

Command: man perldoc info search(apropos)  


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



_________________________________________________________________________________________________

NAME
       list - Create a list

SYNOPSIS
       list ?arg arg ...?
_________________________________________________________________


DESCRIPTION
       This  command  returns a list comprised of all the args, or an empty string if no args are
       specified.  Braces and backslashes get added as necessary, so that the lindex command  may
       be  used  on the result to re-extract the original arguments, and also so that eval may be
       used to execute the resulting list, with arg1 comprising the command's name and the  other
       args  comprising  its  arguments.   List  produces slightly different results than concat:
       concat removes one level of grouping before forming the list, while  list  works  directly
       from the original arguments.

EXAMPLE
       The command
              list a b "c d e  " "  f {g h}"
       will return
              a b {c d e  } {  f {g h}}
       while concat with the same arguments will return
              a b c d e f {g h}


SEE ALSO
       lappend(n),   lindex(n),   linsert(n),  llength(n),  lrange(n),  lrepeat(n),  lreplace(n), |
       lsearch(n), lset(n), lsort(n)


KEYWORDS
       element, list



Tcl                                                                                       list(n)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-23 00:16 @3.133.79.70 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!