debian man page for lrepeat

Query: lrepeat

OS: debian

Section: 3tcl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

lrepeat(3tcl)						       Tcl Built-In Commands						     lrepeat(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
lrepeat - Build a list by repeating elements
SYNOPSIS
lrepeat number element1 ?element2 element3 ...? _________________________________________________________________
DESCRIPTION
The lrepeat command creates a list of size number * number of elements by repeating number times the sequence of elements element1 element2 .... number must be a positive integer, elementn can be any Tcl value. Note that lrepeat 1 arg ... is identical to list arg ..., though the arg is required with lrepeat.
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(3tcl), lappend(3tcl), linsert(3tcl), llength(3tcl), lset(3tcl)
KEYWORDS
element, index, list Tcl 8.5 lrepeat(3tcl)
Related Man Pages
continue(3tcl) - debian
lappend(3tcl) - debian
lassign(3tcl) - debian
lset(3tcl) - debian
tell(3tcl) - debian
Similar Topics in the Unix Linux Community
iSync's repeating event doesn't appear in iCal after sync
Remove repeating pattern from beginning of file names.
End of each line count the values in the file
Count occurences of the word without it repeating
--Parsing out strings for repeating delimiters for everyline