*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Tcl/list (3)              
Title
Content
Arch
Section
 

Contents


list(3Tcl)							    list(3Tcl)


NAME    [Toc]    [Back]

     list - Create a list

SYNOPSIS    [Toc]    [Back]

     list ?arg arg ...?							      |

DESCRIPTION    [Toc]    [Back]

     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 index 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.  For
     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}


KEYWORDS    [Toc]    [Back]

     element, list


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
Text::Abbrev IRIX create an abbreviation table from a list
glEndList Tru64 create or replace a display list
glnewlist IRIX create or replace a display list
glNewList Tru64 create or replace a display list
join IRIX Create a string by joining together list elements
dlamrg IRIX will create a permutation list which will merge the elements of A (which is composed of two independently sort
slamrg IRIX will create a permutation list which will merge the elements of A (which is composed of two independently sort
XmListDeletePositions HP-UX A List function that deletes items from a list based on an array of positions
XmListDeletePositions IRIX A List function that deletes items from a list based on an array of positions
XmListDeletePositions Tru64 A List function that deletes items from a list based on an array of positions
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service