lrepeat man page on OpenMandriva

Man page or keyword search:  
man Server   8135 pages
apropos Keyword Search (all sections)
Output format
OpenMandriva logo
[printable version]

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

______________________________________________________________________________

NAME
       lrepeat - Build a list by repeating elements

SYNOPSIS
       lrepeat count ?element ...?
_________________________________________________________________

DESCRIPTION
       The  lrepeat  command creates a list of size count * number of elements
       by repeating count times the sequence of elements element  ....	 count
       must  be	 a  non-negative  integer, element can be any Tcl value.  Note
       that lrepeat 1 element ...  is identical to list element ....

EXAMPLES
	      lrepeat 3 a
		    → a a a
	      lrepeat 3 [lrepeat 3 0]
		    → {0 0 0} {0 0 0} {0 0 0}
	      lrepeat 3 a b c
		    → a b c a b c a b c
	      lrepeat 3 [lrepeat 2 a] b c
		    → {a a} b c {a a} b c {a a} b c

SEE ALSO
       list(n), lappend(n), linsert(n), llength(n), lset(n)

KEYWORDS
       element, index, list

Tcl				      8.5			    lrepeat(n)
[top]

List of man pages available for OpenMandriva

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net